mirror of
https://github.com/dborth/fceugx.git
synced 2024-12-04 14:24:16 +01:00
Update Github Workflow (#477)
This commit is contained in:
parent
d292396d73
commit
bdf40d33c2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user