Compute and upload sha256 sums for build artifacts

This commit is contained in:
Peter Squicciarini
2019-04-12 15:11:27 -07:00
parent 6a307fcc6d
commit 33bc3b2f8b
3 changed files with 46 additions and 15 deletions

View File

@@ -27,6 +27,7 @@ script:
before_deploy:
- ./create_zip.sh
- ./sum.sh
deploy:
provider: releases
@@ -36,6 +37,7 @@ deploy:
api_key: $GITHUB_TOKEN
file_glob: true
file:
- ./*.sha256
- ./*.zip
- ./*.tar.gz
- vscode/.build/linux/deb/i386/deb/*.deb