Skip to content

Commit

Permalink
disable windows and macos releases, because they have problems with t…
Browse files Browse the repository at this point in the history
…he theme
  • Loading branch information
Murmele committed Jan 27, 2025
1 parent 7eb92e8 commit 1999466
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,11 +370,13 @@ jobs:
title: 'Latest Build (Development)'
automatic_release_tag: 'development'
files: |
**/artifacts/Gittyup win64/Gittyup*.exe
**/artifacts/Gittyup macos/Gittyup*.dmg
**/artifacts/GittyupFlatpak/*.flatpak
**/artifacts/GittyupAppImage/Gittyup*.AppImage
# Currently disabled, because we have problems with the theme
# **/artifacts/Gittyup win64/Gittyup*.exe
# **/artifacts/Gittyup macos/Gittyup*.dmg

- name: Update GitHub release (version tag)
uses: marvinpinto/action-automatic-releases@latest
if: ${{ env.IS_RELEASE == 'true'}}
Expand All @@ -384,11 +386,13 @@ jobs:
title: Gittyup Release ${{ steps.version.outputs.VERSION }}
automatic_release_tag: ${{ github.ref_name }}
files: |
**/artifacts/Gittyup win64/Gittyup*.exe
**/artifacts/Gittyup macos/Gittyup*.dmg
**/artifacts/GittyupFlatpak/*.flatpak
**/artifacts/GittyupAppImage/Gittyup*.AppImage
# Currently disabled, because we have problems with the theme
# **/artifacts/Gittyup win64/Gittyup*.exe
# **/artifacts/Gittyup macos/Gittyup*.dmg

# needed otherwise the docs folder is not available
- name: Checkout repository
if: ${{ env.IS_RELEASE == 'true'}}
Expand Down

0 comments on commit 1999466

Please sign in to comment.