Update Github Workflow (#477)

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

View File

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