Skip to content

Commit

Permalink
Do not add AppImage at GitHub Releases
Browse files Browse the repository at this point in the history
To avoid complaints that it doesn't work. (Cloudsmith snapshots are
still there, even though nobody seems to use them).
  • Loading branch information
KitsuneRal committed Jul 13, 2023
1 parent 09e1299 commit f5086f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ jobs:
republish: true

- name: Upload artefact to GitHub Releases (tag builds)
if: needs.Prepare.outputs.reftype == 'tags'
if: needs.Prepare.outputs.reftype == 'tags' && matrix.type != 'Linux'
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f5086f0

Please sign in to comment.