mirror of
https://github.com/dborth/vbagx.git
synced 2024-12-27 11:11:50 +01:00
Update Upload Artifact Builds to v3.1.0 (#444)
This commit is contained in:
parent
1743e6948e
commit
c510d36be6
@ -34,7 +34,7 @@ jobs:
|
|||||||
cp executables/vbagx-wii.dol dist/VisualBoyAdvanceGX/apps/vbagx/boot.dol
|
cp executables/vbagx-wii.dol dist/VisualBoyAdvanceGX/apps/vbagx/boot.dol
|
||||||
|
|
||||||
- name: Upload Wii artifacts
|
- name: Upload Wii artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3.1.0
|
||||||
if: ${{ matrix.image == 'Wii' }}
|
if: ${{ matrix.image == 'Wii' }}
|
||||||
with:
|
with:
|
||||||
name: VisualBoyAdvanceGX
|
name: VisualBoyAdvanceGX
|
||||||
@ -53,7 +53,7 @@ jobs:
|
|||||||
cp executables/vbagx-gc.dol dist/VisualBoyAdvanceGX-GameCube/
|
cp executables/vbagx-gc.dol dist/VisualBoyAdvanceGX-GameCube/
|
||||||
|
|
||||||
- name: Upload GameCube artifact
|
- name: Upload GameCube artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3.1.0
|
||||||
if: ${{ matrix.image == 'GameCube' }}
|
if: ${{ matrix.image == 'GameCube' }}
|
||||||
with:
|
with:
|
||||||
name: VisualBoyAdvanceGX-GameCube
|
name: VisualBoyAdvanceGX-GameCube
|
||||||
|
Loading…
Reference in New Issue
Block a user