Skip to content

Commit

Permalink
Include images in release
Browse files Browse the repository at this point in the history
  • Loading branch information
dim13 committed Jul 21, 2021
1 parent f77dbc0 commit 723292c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ VERSION=`git describe --abbrev=0 --tags`
dist() {
export GOOS=${1%/*} GOARCH=${1#*/}
go build
tar zcvf .github/otpauth-$VERSION-$GOOS-$GOARCH.tgz LICENSE README.md otpauth*
tar zcvf .github/otpauth-$VERSION-$GOOS-$GOARCH.tgz LICENSE README.md *.png otpauth*
go clean
}
# see `go tool dist list` for possible target values
Expand Down

0 comments on commit 723292c

Please sign in to comment.