Skip to content

Commit

Permalink
Merge pull request #63 from laiso/patch-1
Browse files Browse the repository at this point in the history
excluding /usr/local/bin in an archive
  • Loading branch information
mono0926 authored Jul 19, 2017
2 parents 9891184 + 99700b6 commit 7d3d0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ curl -i -X PUT $formula_url \
}"

brew upgrade $lib_name
zip $lib_name.zip /usr/local/bin/$lib_name
zip -j $lib_name.zip /usr/local/bin/$lib_name

github-release release \
--user mono0926 \
Expand Down

0 comments on commit 7d3d0fb

Please sign in to comment.