Skip to content

Commit

Permalink
updated release to include assets artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
zephinzer committed Jun 29, 2021
1 parent f3c1ae1 commit 3d8a2b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ script:
- GOOS=darwin GOARCH=amd64 make build
- GOOS=linux GOARCH=amd64 make compress || true
- GOOS=darwin GOARCH=amd64 make compress || true
- npm install
- tar -zcf ./bin/assets.tar.gz ./node_modules ./public
- sha256sum -b ./bin/assets.tar.gz | cut -f 1 -d ' ' > ./bin/assets.tar.gz.sha256

0 comments on commit 3d8a2b8

Please sign in to comment.