mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 00:15:14 +01:00
Update Github Workflow (#1032)
This commit is contained in:
parent
2e539163c8
commit
22c2fda8fd
@ -13,7 +13,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout snes9xgx repo
|
- name: Checkout snes9xgx repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
@ -36,7 +36,7 @@ jobs:
|
|||||||
cp executables/snes9xgx-wii.dol dist/Snes9xGX/apps/snes9xgx/boot.dol
|
cp executables/snes9xgx-wii.dol dist/Snes9xGX/apps/snes9xgx/boot.dol
|
||||||
|
|
||||||
- name: Upload Wii artifacts
|
- name: Upload Wii artifacts
|
||||||
uses: actions/upload-artifact@v3.1.0
|
uses: actions/upload-artifact@v3
|
||||||
if: ${{ matrix.image == 'Wii' }}
|
if: ${{ matrix.image == 'Wii' }}
|
||||||
with:
|
with:
|
||||||
name: Snes9xGX
|
name: Snes9xGX
|
||||||
@ -55,7 +55,7 @@ jobs:
|
|||||||
cp executables/snes9xgx-gc.dol dist/Snes9xGX-GameCube/
|
cp executables/snes9xgx-gc.dol dist/Snes9xGX-GameCube/
|
||||||
|
|
||||||
- name: Upload GameCube artifact
|
- name: Upload GameCube artifact
|
||||||
uses: actions/upload-artifact@v3.1.0
|
uses: actions/upload-artifact@v3
|
||||||
if: ${{ matrix.image == 'GameCube' }}
|
if: ${{ matrix.image == 'GameCube' }}
|
||||||
with:
|
with:
|
||||||
name: Snes9xGX-GameCube
|
name: Snes9xGX-GameCube
|
||||||
|
Loading…
Reference in New Issue
Block a user