3
.github/workflows/clone/action.yml
vendored
3
.github/workflows/clone/action.yml
vendored
@@ -14,8 +14,7 @@ runs:
|
|||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
while ! git clone https://git.bixed.xyz/Bix/eden.git eden; do
|
||||||
while ! git clone https://crueter:${{ env.FORGEJO_TOKEN }}@git.eden-emu.dev/eden-emu/eden.git eden; do
|
|
||||||
echo "Clone failed!"
|
echo "Clone failed!"
|
||||||
sleep 5
|
sleep 5
|
||||||
echo "Trying clone again..."
|
echo "Trying clone again..."
|
||||||
|
|||||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -7,7 +7,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
uses: ./.github/workflows/release.yml
|
uses: ./.github/workflows/build.yml
|
||||||
|
|
||||||
release:
|
release:
|
||||||
name: "Create Release"
|
name: "Create Release"
|
||||||
@@ -39,7 +39,7 @@ jobs:
|
|||||||
for arch in amd64 legacy steamdeck rog-ally aarch64 armv9
|
for arch in amd64 legacy steamdeck rog-ally aarch64 armv9
|
||||||
do
|
do
|
||||||
cp linux-$arch/*.AppImage "artifacts/Eden-Linux-${FORGEJO_TAG}-${arch}.AppImage"
|
cp linux-$arch/*.AppImage "artifacts/Eden-Linux-${FORGEJO_TAG}-${arch}.AppImage"
|
||||||
# cp linux-$arch/*.AppImage.zsync "artifacts/Eden-Linux-${FORGEJO_TAG}-${arch}.AppImage.zsync"
|
cp linux-$arch/*.AppImage.zsync "artifacts/Eden-Linux-${FORGEJO_TAG}-${arch}.AppImage.zsync"
|
||||||
done
|
done
|
||||||
|
|
||||||
cp android/*.apk artifacts/Eden-Android-${FORGEJO_TAG}.apk
|
cp android/*.apk artifacts/Eden-Android-${FORGEJO_TAG}.apk
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
This is the ONLY official repository for stable releases of Eden.
|
This is the ONLY official repository for stable releases of Eden.
|
||||||
|
|
||||||
Releases can be found [here](https://github/com/eden-emulator/Releases/releases).
|
Releases can be found [here](https://github.com/eden-emulator/Releases/releases).
|
||||||
|
|||||||
Reference in New Issue
Block a user