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