Skip to content

Commit

Permalink
Merge pull request #744 from Murmele/flatpak_artifacts
Browse files Browse the repository at this point in the history
remove quotes, otherwise the artifact will not be found
  • Loading branch information
Murmele authored Apr 21, 2024
2 parents 16d1e27 + 81f91e5 commit cbcca93
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -401,11 +401,11 @@ jobs:
title: 'Latest Build (Development)'
automatic_release_tag: 'development'
files: |
"**/artifacts/Gittyup win64/Gittyup*.exe"
"**/artifacts/Gittyup win32/Gittyup*.exe"
"**/artifacts/Gittyup macos/Gittyup*.dmg"
"**/artifact/GittyupFlatpak/*.flatpak"
"**/artifacts/GittyupAppImage/Gittyup*.AppImage"
**/artifacts/Gittyup win64/Gittyup*.exe
**/artifacts/Gittyup win32/Gittyup*.exe
**/artifacts/Gittyup macos/Gittyup*.dmg
**/artifact/GittyupFlatpak/*.flatpak
**/artifacts/GittyupAppImage/Gittyup*.AppImage
- name: Update GitHub release (version tag)
uses: marvinpinto/action-automatic-releases@latest
Expand All @@ -416,11 +416,11 @@ jobs:
title: Gittyup Release ${{ steps.version.outputs.VERSION }}
automatic_release_tag: ${{ github.ref_name }}
files: |
"**/artifacts/Gittyup win64/Gittyup*.exe"
"**/artifacts/Gittyup win32/Gittyup*.exe"
"**/artifacts/Gittyup macos/Gittyup*.dmg"
"**/artifact/GittyupFlatpak/*.flatpak"
"**/artifacts/GittyupAppImage/Gittyup*.AppImage"
**/artifacts/Gittyup win64/Gittyup*.exe
**/artifacts/Gittyup win32/Gittyup*.exe
**/artifacts/Gittyup macos/Gittyup*.dmg
**/artifact/GittyupFlatpak/*.flatpak
**/artifacts/GittyupAppImage/Gittyup*.AppImage
# needed otherwise the docs folder is not available
- name: Checkout repository
Expand Down

0 comments on commit cbcca93

Please sign in to comment.