mirror of
https://github.com/dborth/vbagx.git
synced 2024-12-26 18:51:49 +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
|
||||
|
||||
- name: Upload Wii artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3.1.0
|
||||
if: ${{ matrix.image == 'Wii' }}
|
||||
with:
|
||||
name: VisualBoyAdvanceGX
|
||||
@ -53,7 +53,7 @@ jobs:
|
||||
cp executables/vbagx-gc.dol dist/VisualBoyAdvanceGX-GameCube/
|
||||
|
||||
- name: Upload GameCube artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3.1.0
|
||||
if: ${{ matrix.image == 'GameCube' }}
|
||||
with:
|
||||
name: VisualBoyAdvanceGX-GameCube
|
||||
|
Loading…
Reference in New Issue
Block a user