mirror of
https://github.com/dborth/vbagx.git
synced 2025-01-13 19:19:06 +01:00
Update Github Workflow (#445)
This commit is contained in:
parent
c510d36be6
commit
14210941ad
@ -13,7 +13,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout vbagx repo
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@ -34,7 +34,7 @@ jobs:
|
||||
cp executables/vbagx-wii.dol dist/VisualBoyAdvanceGX/apps/vbagx/boot.dol
|
||||
|
||||
- name: Upload Wii artifacts
|
||||
uses: actions/upload-artifact@v3.1.0
|
||||
uses: actions/upload-artifact@v3
|
||||
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@v3.1.0
|
||||
uses: actions/upload-artifact@v3
|
||||
if: ${{ matrix.image == 'GameCube' }}
|
||||
with:
|
||||
name: VisualBoyAdvanceGX-GameCube
|
||||
|
Loading…
x
Reference in New Issue
Block a user