Merge pull request #665 from Murmele/appimagerelease

Publish appimage also for development release
This commit is contained in:
Murmele 2023-11-20 16:59:30 +01:00 committed by GitHub
commit e5fe010732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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