Update Github Workflow (#1032)

This commit is contained in:
bladeoner 2022-10-21 17:55:20 +02:00 committed by GitHub
parent 2e539163c8
commit 22c2fda8fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ jobs:
steps:
- name: Checkout snes9xgx repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
@ -36,7 +36,7 @@ jobs:
cp executables/snes9xgx-wii.dol dist/Snes9xGX/apps/snes9xgx/boot.dol
- name: Upload Wii artifacts
uses: actions/upload-artifact@v3.1.0
uses: actions/upload-artifact@v3
if: ${{ matrix.image == 'Wii' }}
with:
name: Snes9xGX
@ -55,7 +55,7 @@ jobs:
cp executables/snes9xgx-gc.dol dist/Snes9xGX-GameCube/
- name: Upload GameCube artifact
uses: actions/upload-artifact@v3.1.0
uses: actions/upload-artifact@v3
if: ${{ matrix.image == 'GameCube' }}
with:
name: Snes9xGX-GameCube