Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Place the binary in a bin dir in release archives
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBarendse committed Apr 1, 2019
1 parent 02d55cb commit d9e9c52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
@@ -1,7 +1,7 @@
project_name: secrethub

builds:
- binary: "{{ .ProjectName }}"
- binary: "bin/{{ .ProjectName }}"
env:
- CGO_ENABLED=0
goos:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -31,7 +31,7 @@ tar -C /usr/local/secrethub -xzf secrethub-VERSION-OS-ARCH.tar.gz

Ensure it is accessible through the `PATH` environment variable.
```sh
export PATH=$PATH:/usr/local/secrethub
export PATH=$PATH:/usr/local/secrethub/bin
```

### Build from source
Expand Down

0 comments on commit d9e9c52

Please sign in to comment.