Skip to content

Commit

Permalink
update to release script
Browse files Browse the repository at this point in the history
  • Loading branch information
darcys22 committed Sep 20, 2020
1 parent 0504e24 commit 62213b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion utils/make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ mkdir -p $WORKING_DIR
cd $WORKING_DIR

tar -czvf godbledger-$build-x64-v$version.tar.gz godbledger-$build-x64-v$version
tar -czvf godbledger-arm7-v$version.tar.gz godbledger-arm7-v$version
tar -czvf godbledger-arm64-v$version.tar.gz godbledger-arm64-v$version

echo '#### sha256sum'
sha256sum godbledger-*-x64-v$version.tar.gz
sha256sum godbledger-*-v$version.tar.gz

0 comments on commit 62213b7

Please sign in to comment.