Skip to content

Commit

Permalink
updating build
Browse files Browse the repository at this point in the history
  • Loading branch information
kevholditch committed Feb 15, 2018
1 parent f75af97 commit ddb7ef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build-gox: deps fmtcheck vet

release:
go get github.com/goreleaser/goreleaser; \
scripts/release.sh; \
goreleaser; \

deps:
go get -u golang.org/x/net/context; \
Expand Down
2 changes: 1 addition & 1 deletion goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
builds:
- binary: terraform-provider-auth0_$VERSION
- binary: terraform-provider-auth0
goos:
- windows
- darwin
Expand Down

0 comments on commit ddb7ef9

Please sign in to comment.