Update main.yml
This commit is contained in:
parent
badddb3bb4
commit
8e8565ca42
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue