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