Skip to content

Commit

Permalink
Merge pull request #2105 from rsteube/goreleaser-filter-termux
Browse files Browse the repository at this point in the history
goreleaser: filter termux package from fury push
  • Loading branch information
rsteube authored Jan 3, 2024
2 parents c50484b + d3fd8bb commit 4f56987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ nfpms:

publishers:
- name: fury
cmd: "bash -c \"[[ {{.ArtifactPath}} =~ ^.*.(deb|rpm)$ ]] && curl -F package=@{{abs .ArtifactPath}} https://[email protected]/rsteube/ || true\""
cmd: "bash -c \"[[ {{.ArtifactPath}} =~ ^.*_(386|amd64|arm64).(deb|rpm)$ ]] && curl -F package=@{{abs .ArtifactPath}} https://[email protected]/rsteube/ || true\""
env:
- FURY_TOKEN={{ .Env.FURY_TOKEN }}

0 comments on commit 4f56987

Please sign in to comment.