Merge pull request #744 from Murmele/flatpak_artifacts

remove quotes, otherwise the artifact will not be found
This commit is contained in:
Murmele 2024-04-21 09:23:59 +02:00 committed by GitHub
commit cbcca937d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -401,11 +401,11 @@ jobs:
title: 'Latest Build (Development)' title: 'Latest Build (Development)'
automatic_release_tag: 'development' automatic_release_tag: 'development'
files: | files: |
"**/artifacts/Gittyup win64/Gittyup*.exe" **/artifacts/Gittyup win64/Gittyup*.exe
"**/artifacts/Gittyup win32/Gittyup*.exe" **/artifacts/Gittyup win32/Gittyup*.exe
"**/artifacts/Gittyup macos/Gittyup*.dmg" **/artifacts/Gittyup macos/Gittyup*.dmg
"**/artifact/GittyupFlatpak/*.flatpak" **/artifact/GittyupFlatpak/*.flatpak
"**/artifacts/GittyupAppImage/Gittyup*.AppImage" **/artifacts/GittyupAppImage/Gittyup*.AppImage
- name: Update GitHub release (version tag) - name: Update GitHub release (version tag)
uses: marvinpinto/action-automatic-releases@latest uses: marvinpinto/action-automatic-releases@latest
@ -416,11 +416,11 @@ jobs:
title: Gittyup Release ${{ steps.version.outputs.VERSION }} title: Gittyup Release ${{ steps.version.outputs.VERSION }}
automatic_release_tag: ${{ github.ref_name }} automatic_release_tag: ${{ github.ref_name }}
files: | files: |
"**/artifacts/Gittyup win64/Gittyup*.exe" **/artifacts/Gittyup win64/Gittyup*.exe
"**/artifacts/Gittyup win32/Gittyup*.exe" **/artifacts/Gittyup win32/Gittyup*.exe
"**/artifacts/Gittyup macos/Gittyup*.dmg" **/artifacts/Gittyup macos/Gittyup*.dmg
"**/artifact/GittyupFlatpak/*.flatpak" **/artifact/GittyupFlatpak/*.flatpak
"**/artifacts/GittyupAppImage/Gittyup*.AppImage" **/artifacts/GittyupAppImage/Gittyup*.AppImage
# needed otherwise the docs folder is not available # needed otherwise the docs folder is not available
- name: Checkout repository - name: Checkout repository