Skip to content

Commit

Permalink
fix: use prefix on dir to stop go from using the vendor directory
Browse files Browse the repository at this point in the history
  • Loading branch information
karlmutch committed Jul 28, 2022
1 parent 346c9ea commit 3628107
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ release:

builds:
- id: github-release
main: cmd/github-release
main: ./cmd/github-release
binary: github-release
tags:
- osusergo
Expand All @@ -27,7 +27,7 @@ builds:
- arm64

- id: license-detector
main: cmd/license-detector
main: ./cmd/license-detector
binary: license-detector
tags:
- osusergo
Expand All @@ -46,7 +46,7 @@ builds:
- arm64

- id: semver
main: cmd/semver
main: ./cmd/semver
binary: semver
tags:
- osusergo
Expand All @@ -65,7 +65,7 @@ builds:
- arm64

- id: stencil
main: cmd/stencil
main: ./cmd/stencil
binary: stencil
tags:
- osusergo
Expand All @@ -84,7 +84,7 @@ builds:
- arm64

- id: artifact
main: example/artifact
main: ./example/artifact
binary: artifact
tags:
- osusergo
Expand Down

0 comments on commit 3628107

Please sign in to comment.