We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4985864 commit bacb681Copy full SHA for bacb681
.github/workflows/main.yml
@@ -78,6 +78,7 @@ jobs:
78
robocopy . "release\project" /E /XD build dist release __pycache__ /XF *.pyc
79
$rc = $LASTEXITCODE
80
if ($rc -ge 8) { exit $rc }
81
+ $global:LASTEXITCODE = 0
82
83
Copy-Item "dist\main.exe" "release\HomeworkIsland-${{ matrix.arch_label }}.exe" -Force
84
Compress-Archive -Path "release\HomeworkIsland-${{ matrix.arch_label }}.exe","release\project\*" `
0 commit comments