3
.github/workflows/clone/action.yml
vendored
3
.github/workflows/clone/action.yml
vendored
@@ -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..."
|
||||
|
||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user