Skip to content

Commit

Permalink
chore: more attempts to fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin Pastoor committed Aug 1, 2021
1 parent 3eaf34f commit ed7fe79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/pkgr/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ release:
### Linux
```
sudo wget https://github.com/metrumresearchgroup/pkgr/releases/{{ .Tag }}/{{ .Name }} -O /tmp/pkgr.tar.gz
sudo wget https://github.com/metrumresearchgroup/pkgr/releases/download/{{ .Tag }}/pkgr_{{ .Version }}_linux_amd64.tar.gz -O /tmp/pkgr.tar.gz
sudo tar xzf /tmp/pkgr.tar.gz pkgr
sudo mv pkgr /usr/local/bin/pkgr
sudo chmod +x /usr/local/bin/pkgr
Expand Down

0 comments on commit ed7fe79

Please sign in to comment.