Skip to content

Commit

Permalink
Publish appimage also for development release
Browse files Browse the repository at this point in the history
  • Loading branch information
Murmele committed Nov 12, 2023
1 parent e7fd8da commit 23bfb4e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
path: build/release/*.AppImage
name: Gittyup Appimage
name: GittyupAppImage

publish:
# https://github.com/marvinpinto/actions/issues/177
Expand Down Expand Up @@ -423,6 +423,7 @@ jobs:
**/artifacts/Gittyup macos/Gittyup*.dmg
**/artifacts/Gittyup Flatpak/com.github.Murmele.Gittyup.yml
**/Gittyup-x86_64/*.flatpak
**/artifacts/GittyupAppImage/*
- name: Update GitHub release (version tag)
uses: marvinpinto/action-automatic-releases@latest
Expand All @@ -438,7 +439,7 @@ jobs:
**/artifacts/Gittyup macos/Gittyup*.dmg
**/artifacts/Gittyup Flatpak/com.github.Murmele.Gittyup.yml
**/Gittyup-x86_64/*.flatpak
**/artifacts/Gittyup Appimage/*
**/artifacts/GittyupAppImage/*
# needed otherwise the docs folder is not available
- name: Checkout repository
Expand Down

0 comments on commit 23bfb4e

Please sign in to comment.