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