From 8bda0a1c9638553125531a453891d94be09a4a5e Mon Sep 17 00:00:00 2001 From: crueter Date: Sun, 6 Jul 2025 15:35:44 -0400 Subject: [PATCH] update workflows Signed-off-by: crueter --- .github/workflows/clone/action.yml | 3 +-- .github/workflows/release.yml | 4 ++-- README.md | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/clone/action.yml b/.github/workflows/clone/action.yml index 29b3e54..b9600f8 100644 --- a/.github/workflows/clone/action.yml +++ b/.github/workflows/clone/action.yml @@ -14,8 +14,7 @@ runs: - name: Checkout Repo shell: bash run: | - - while ! git clone https://crueter:${{ env.FORGEJO_TOKEN }}@git.eden-emu.dev/eden-emu/eden.git eden; do + while ! git clone https://git.bixed.xyz/Bix/eden.git eden; do echo "Clone failed!" sleep 5 echo "Trying clone again..." diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2837530..99bfaa2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: jobs: build: name: Build - uses: ./.github/workflows/release.yml + uses: ./.github/workflows/build.yml release: name: "Create Release" @@ -39,7 +39,7 @@ jobs: for arch in amd64 legacy steamdeck rog-ally aarch64 armv9 do 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 cp android/*.apk artifacts/Eden-Android-${FORGEJO_TAG}.apk diff --git a/README.md b/README.md index 523456c..4f36ce8 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ 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).