remove quotes, otherwise the artifact will not be found

This commit is contained in:
Martin Marmsoler 2024-04-21 08:45:25 +02:00
parent 16d1e27197
commit 81f91e5de7

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