Skip to content

Commit

Permalink
Merge branch 'xenia-canary:canary_experimental' into Custom
Browse files Browse the repository at this point in the history
  • Loading branch information
backgamon authored Feb 9, 2024
2 parents 0516780 + 97d36d6 commit 332eb03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- {vsver: VS2022, runs-on: windows-latest}
- {vsver: VS2019, runs-on: windows-2019}
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup
Expand All @@ -70,13 +70,13 @@ jobs:
robocopy build\bin\${{ runner.os }}\Release artifacts\xenia-vfs-dump xenia-vfs-dump.exe xenia-vfs-dump.pdb LICENSE /r:0 /w:0
If ($LastExitCode -le 7) { echo "LastExitCode = $LastExitCode";$LastExitCode = 0 }
- name: Upload xenia-vfs-dump artifacts
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4
with:
name: xenia-vfs-dump_canary_${{ matrix.config.vsver }}
path: artifacts\xenia-vfs-dump
if-no-files-found: error
- name: Upload xenia artifacts
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v4
with:
name: xenia_canary_${{ matrix.config.vsver }}
path: artifacts\xenia_canary
Expand Down

0 comments on commit 332eb03

Please sign in to comment.