diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ccade5c..2c941d7b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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