mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-08 06:40:45 +01:00
Updated CI actions (#505)
This commit is contained in:
parent
92e1580618
commit
de1c6a2598
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout fceugx repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@ -36,7 +36,7 @@ jobs:
|
||||
cp executables/fceugx-wii.dol dist/FCEUltraGX/apps/fceugx/boot.dol
|
||||
|
||||
- name: Upload Wii artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
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@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: ${{ matrix.image == 'GameCube' }}
|
||||
with:
|
||||
name: FCEUltraGX-GameCube
|
||||
@ -70,12 +70,12 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout fceugx repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: dist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user