File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 $shortSha = "${{ github.sha }}".Substring(0,12)
1414 $run = "${{ github.run_number }}"
1515 Add-Content $env:GITHUB_ENV "SHORT_SHA=$shortSha"
16- Rename-Item build\Debug \vmaware.exe "vmaware_${run}_${shortSha}.exe"
16+ Rename-Item build\Release \vmaware.exe "vmaware_${run}_${shortSha}.exe"
1717 - " uses " : " actions/upload-artifact@main"
1818 " with " :
19- " path " : build\Debug \vmaware_${{ github.run_number }}_${{ env.SHORT_SHA }}.exe
19+ " path " : build\Release \vmaware_${{ github.run_number }}_${{ env.SHORT_SHA }}.exe
2020 " name " : " vmaware64_debug.exe"
2121 " build_run_win_32_debug " :
2222 " runs-on " : " windows-latest"
2929 $shortSha = "${{ github.sha }}".Substring(0,12)
3030 $run = "${{ github.run_number }}"
3131 Add-Content $env:GITHUB_ENV "SHORT_SHA=$shortSha"
32- Rename-Item build\Debug \vmaware.exe "vmaware_${run}_${shortSha}.exe"
32+ Rename-Item build\Release \vmaware.exe "vmaware_${run}_${shortSha}.exe"
3333 - " uses " : " actions/upload-artifact@main"
3434 " with " :
35- " path " : build\Debug \vmaware_${{ github.run_number }}_${{ env.SHORT_SHA }}.exe
35+ " path " : build\Release \vmaware_${{ github.run_number }}_${{ env.SHORT_SHA }}.exe
3636 " name " : " vmaware32_debug.exe"
3737 " build_run_win_32_release " :
3838 " runs-on " : " windows-latest"
You can’t perform that action at this time.
0 commit comments