Try different branch for upload binary action
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
|||||||
- name: List build output
|
- name: List build output
|
||||||
run: ls -lh build
|
run: ls -lh build
|
||||||
- name: Upload Linux binary
|
- name: Upload Linux binary
|
||||||
uses: https://git.wish.moe/YourWishes/upload-artifact@main
|
uses: https://git.wish.moe/YourWishes/upload-artifact@v3/node20
|
||||||
with:
|
with:
|
||||||
name: dusk-linux
|
name: dusk-linux
|
||||||
path: build/Dusk
|
path: build/Dusk
|
||||||
@@ -68,7 +68,7 @@ jobs:
|
|||||||
- name: List build output
|
- name: List build output
|
||||||
run: ls -lh build/gitea/Dusk
|
run: ls -lh build/gitea/Dusk
|
||||||
- name: Upload PSP binary
|
- name: Upload PSP binary
|
||||||
uses: https://git.wish.moe/YourWishes/upload-artifact@main
|
uses: https://git.wish.moe/YourWishes/upload-artifact@v3/node20
|
||||||
with:
|
with:
|
||||||
name: dusk-psp
|
name: dusk-psp
|
||||||
path: build/gitea/
|
path: build/gitea/
|
||||||
@@ -125,7 +125,7 @@ jobs:
|
|||||||
mv build-gamecube/dusk.dsk build/gitea/GameCube/Dusk/dusk.dsk
|
mv build-gamecube/dusk.dsk build/gitea/GameCube/Dusk/dusk.dsk
|
||||||
|
|
||||||
- name: Upload GameCube Binary
|
- name: Upload GameCube Binary
|
||||||
uses: https://git.wish.moe/YourWishes/upload-artifact@main
|
uses: https://git.wish.moe/YourWishes/upload-artifact@v3/node20
|
||||||
with:
|
with:
|
||||||
name: dusk-gamecube
|
name: dusk-gamecube
|
||||||
path: build/gitea/GameCube
|
path: build/gitea/GameCube
|
||||||
@@ -150,7 +150,7 @@ jobs:
|
|||||||
cp .ci/dolphin/meta.xml build/gitea/Wii/apps/Dusk/meta.xml
|
cp .ci/dolphin/meta.xml build/gitea/Wii/apps/Dusk/meta.xml
|
||||||
|
|
||||||
- name: Upload Wii Binary
|
- name: Upload Wii Binary
|
||||||
uses: https://git.wish.moe/YourWishes/upload-artifact@main
|
uses: https://git.wish.moe/YourWishes/upload-artifact@v3/node20
|
||||||
with:
|
with:
|
||||||
name: dusk-wii
|
name: dusk-wii
|
||||||
path: build/gitea/Wii
|
path: build/gitea/Wii
|
||||||
|
|||||||
Reference in New Issue
Block a user