mirror of
https://github.com/dborth/fceugx.git
synced 2024-12-04 14:24:16 +01:00
Update Upload Artifact Builds to v3.1.0 (#475)
This commit is contained in:
parent
622b1a29a0
commit
476957a3ab
@ -36,7 +36,7 @@ jobs:
|
||||
cp executables/fceugx-wii.dol dist/FCEUltraGX/apps/fceugx/boot.dol
|
||||
|
||||
- name: Upload Wii artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3.1.0
|
||||
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@v2
|
||||
uses: actions/upload-artifact@v3.1.0
|
||||
if: ${{ matrix.image == 'GameCube' }}
|
||||
with:
|
||||
name: FCEUltraGX-GameCube
|
||||
|
Loading…
Reference in New Issue
Block a user