Skip to content

Commit

Permalink
Fix .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Apr 25, 2019
1 parent dbc10b2 commit 62afdd2
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ before:
- go mod download
- go mod tidy
builds:
- hooks:
-
id: tbls-darwin
hooks:
pre: packr
post: packr clean
ldflags:
Expand All @@ -14,7 +16,9 @@ builds:
- darwin
goarch:
- amd64
- hooks:
-
id: tbls-linux
hooks:
pre: packr
post: packr clean
ldflags:
Expand All @@ -28,7 +32,9 @@ builds:
- linux
goarch:
- amd64
- hooks:
-
id: tbls-windows
hooks:
pre: packr
post: packr clean
ldflags:
Expand Down

0 comments on commit 62afdd2

Please sign in to comment.