Skip to content

Commit

Permalink
CI: document get for linux without using .ArtifactName, as this isn't…
Browse files Browse the repository at this point in the history
… available to stages. (#393)

Co-authored-by: Eli Sarver <[email protected]>
  • Loading branch information
elisarver and Eli Sarver authored Jan 13, 2022
1 parent b9fb24a commit 164254d
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 }}/{{ .ArtifactName }} -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 164254d

Please sign in to comment.