update workflows

Signed-off-by: crueter <swurl@swurl.xyz>
This commit is contained in:
crueter
2025-07-06 15:35:44 -04:00
parent a20959fab7
commit 8bda0a1c96
3 changed files with 4 additions and 5 deletions

View File

@@ -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..."

View File

@@ -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

View File

@@ -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).