CI: Remove game patches

This commit is contained in:
Margen67 2022-08-19 03:40:39 -07:00 committed by GitHub
parent 8386ccf376
commit e92fabafb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -69,8 +69,7 @@ jobs:
robocopy . build\bin\${{ runner.os }}\Release LICENSE /r:0 /w:0
robocopy build\bin\${{ runner.os }}\Release artifacts\xenia_canary xenia_canary.exe xenia_canary.pdb LICENSE /r:0 /w:0
robocopy build\bin\${{ runner.os }}\Release artifacts\xenia-vfs-dump xenia-vfs-dump.exe xenia-vfs-dump.pdb LICENSE /r:0 /w:0
curl -fLJO https://github.com/xenia-canary/game-patches/archive/refs/heads/main.zip
7z e game-patches-main.zip game-patches-main\patches -oartifacts\xenia_canary\patches
If ($LastExitCode -le 7) { echo "LastExitCode = $LastExitCode";$LastExitCode = 0 }
- name: Upload xenia-vfs-dump artifacts
uses: actions/upload-artifact@v3
with: