Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Commit

Permalink
Upload release to github
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuhaow committed Nov 24, 2016
1 parent 7daaecb commit ff6b863
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bin/release_app
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,21 @@ ditto -c -k --sequesterRsrc --keepParent SpechtLite.app SpechtLite.zip

export GOPATH=$HOME/golang
export PATH=$PATH:$GOPATH/bin
go get github.com/aktau/github-release
github-release release \
--user zhuhaow \
--repo SpechtLite \
--tag $CIRCLE_TAG \
--name $CIRCLE_TAG \
--description $CIRCLE_TAG

github-release upload \
--user zhuhaow \
--repo SpechtLite \
--tag $CIRCLE_TAG \
--name SpechtLite.zip \
--file SpechtLite.zip

echo $DSA_PRIVATE_KEY | base64 -D > cert/dsa_priv.pem

bin/publish_appcast

0 comments on commit ff6b863

Please sign in to comment.