mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-01 08:25:12 +01:00
Updated CI actions (#472)
This commit is contained in:
parent
eb1c6988b4
commit
eec4bea870
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout vbagx repo
|
- name: Checkout vbagx repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
@ -34,12 +34,12 @@ 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@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: ${{ matrix.image == 'Wii' }}
|
if: ${{ matrix.image == 'Wii' }}
|
||||||
with:
|
with:
|
||||||
name: VisualBoyAdvanceGX
|
name: VisualBoyAdvanceGX
|
||||||
path: |
|
path: |
|
||||||
dist/VisualBoyAdvanceGX/
|
dist/VisualBoyAdvanceGX/
|
||||||
|
|
||||||
- name: Build GameCube
|
- name: Build GameCube
|
||||||
if: ${{ matrix.image == 'GameCube' }}
|
if: ${{ matrix.image == 'GameCube' }}
|
||||||
@ -53,12 +53,12 @@ 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@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: ${{ matrix.image == 'GameCube' }}
|
if: ${{ matrix.image == 'GameCube' }}
|
||||||
with:
|
with:
|
||||||
name: VisualBoyAdvanceGX-GameCube
|
name: VisualBoyAdvanceGX-GameCube
|
||||||
path: |
|
path: |
|
||||||
dist/VisualBoyAdvanceGX-GameCube/
|
dist/VisualBoyAdvanceGX-GameCube/
|
||||||
|
|
||||||
release:
|
release:
|
||||||
name: Release
|
name: Release
|
||||||
@ -68,12 +68,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout vbagx repo
|
- name: Checkout vbagx repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Download Artifacts
|
- name: Download Artifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user