Skip to content
This repository has been archived by the owner on Jun 30, 2018. It is now read-only.

Commit

Permalink
Remove files from release zip
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilde committed Nov 16, 2017
1 parent f889714 commit f96b606
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ builds:
- windows
goarch:
- amd64
hooks:
post: ./scripts/goreleaser-post.sh
archive:
format: zip
format: zip
files:
3 changes: 3 additions & 0 deletions scripts/goreleaser-post.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
set -ex
find dist/ -name terraform-provider-runscope | xargs chmod +x

0 comments on commit f96b606

Please sign in to comment.