Update main.yml

This commit is contained in:
Margen67 2019-10-26 13:14:04 -07:00 committed by GitHub
parent badddb3bb4
commit 8e8565ca42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -21,9 +21,7 @@ jobs:
run: | run: |
robocopy build\bin\Windows\Release artifacts xenia.exe xenia-vfs-dump.exe robocopy build\bin\Windows\Release artifacts xenia.exe xenia-vfs-dump.exe
robocopy . artifacts LICENSE robocopy . artifacts LICENSE
if errorlevel 8 exit /b 1 $LastExitCode = 0
exit /b 0
shell: cmd
- uses: actions/upload-artifact@master - uses: actions/upload-artifact@master
with: with: