Index: build.sh =================================================================== diff -u -r230095218088ec691b15c63393c7bc1d51ed9ab3 -r8efa9d8eb51bb0ad26493acdb9db739c3a8338b0 --- build.sh (.../build.sh) (revision 230095218088ec691b15c63393c7bc1d51ed9ab3) +++ build.sh (.../build.sh) (revision 8efa9d8eb51bb0ad26493acdb9db739c3a8338b0) @@ -29,10 +29,8 @@ fi if [ -n "$3" ]; then NEW_NAME+="-$3" # Append the Build Commit Hash -else - NEW_NAME+="-any" fi -NEW_NAME+=".wsl" +NEW_NAME+="-py3-none-any.wsl" NEW_NAME=$(sed -e "s/\//_/g" <<< "$NEW_NAME") # Replaces backslashes in the branch name parameter with underscore