Skip to content

Commit bacb681

Browse files
codex放过我吧我真没招了
Signed-off-by: Chenghao_lee <2215127992@qq.com>
1 parent 4985864 commit bacb681

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
robocopy . "release\project" /E /XD build dist release __pycache__ /XF *.pyc
7979
$rc = $LASTEXITCODE
8080
if ($rc -ge 8) { exit $rc }
81+
$global:LASTEXITCODE = 0
8182
8283
Copy-Item "dist\main.exe" "release\HomeworkIsland-${{ matrix.arch_label }}.exe" -Force
8384
Compress-Archive -Path "release\HomeworkIsland-${{ matrix.arch_label }}.exe","release\project\*" `

0 commit comments

Comments
 (0)