Fix url format
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: https://git.wish.moe/YourWishes/checkout
|
||||
uses: YourWishes/checkout@main
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
@@ -30,7 +30,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: https://git.wish.moe/YourWishes/checkout
|
||||
uses: YourWishes/checkout@main
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
@@ -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
|
||||
uses: YourWishes/upload-artifact
|
||||
with:
|
||||
name: dusk-linux
|
||||
path: build/Dusk
|
||||
@@ -52,7 +52,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: https://git.wish.moe/YourWishes/checkout
|
||||
uses: YourWishes/checkout@main
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
@@ -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
|
||||
uses: YourWishes/upload-artifact
|
||||
with:
|
||||
name: dusk-psp
|
||||
path: build/gitea/
|
||||
@@ -78,7 +78,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: https://git.wish.moe/YourWishes/checkout
|
||||
uses: YourWishes/checkout@main
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
# Install devkit pacman
|
||||
@@ -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
|
||||
uses: YourWishes/upload-artifact@main
|
||||
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
|
||||
uses: YourWishes/upload-artifact@main
|
||||
with:
|
||||
name: dusk-wii
|
||||
path: build/gitea/Wii
|
||||
|
||||
Reference in New Issue
Block a user