Skip to content

Commit

Permalink
publish fury
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Jul 29, 2022
1 parent 284364d commit b46c3ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AUR_KEY: ${{ secrets.AUR_KEY }}
FURY_TOKEN: ${{ secrets.FURY_TOKEN }}
GORELEASER_GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}

doc:
Expand Down
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,9 @@ nfpms:
- apk
- deb
- rpm

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

0 comments on commit b46c3ef

Please sign in to comment.