diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ac5aed1bb..1b170567f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,9 +21,7 @@ jobs: run: | robocopy build\bin\Windows\Release artifacts xenia.exe xenia-vfs-dump.exe robocopy . artifacts LICENSE - if errorlevel 8 exit /b 1 - exit /b 0 - shell: cmd + $LastExitCode = 0 - uses: actions/upload-artifact@master with: