Skip to content

Commit

Permalink
Fix: GL release actions break
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikKalkoken committed Jul 27, 2024
1 parent b7cd7f5 commit df6ff46
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit df6ff46

Please sign in to comment.