From df6ff469d9e4576b55b69b73e0987ab38d0ce8fe Mon Sep 17 00:00:00 2001 From: ErikKalkoken Date: Sat, 27 Jul 2024 21:57:47 +0200 Subject: [PATCH] Fix: GL release actions break --- .github/workflows/ci-cd.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 0a3a8b5..1d24262 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -58,17 +58,16 @@ jobs: - name: Package Fyne app run: fyne package -os linux - - name: Build AppImage - run: ./build_appimage.sh - - name: Set version run: | VERSION=${{ github.ref_name }} echo "VERSION=${VERSION:1}" >> $GITHUB_ENV - - name: Rename AppImage - run: | - mv ${{ env.APPIMAGENAME }}.AppImage ${{ env.FULLNAME2 }}-${{ env.VERSION }}-x86_64.AppImage + - name: Build AppImage + run: ./build_appimage.sh + + - name: Display files + run: ls -R - uses: actions/upload-artifact@v4 with: @@ -155,9 +154,6 @@ jobs: - name: ZIP app bundle run: zip --symlinks -r ${{ env.NAME }}-${{ env.VERSION }}-darwin-x64.zip "${{ env.FULLNAME }}.app/" - - name: Display structure of downloaded files - run: ls -R - - name: Upload artifact uses: actions/upload-artifact@v4 with: