mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-23 19:40:14 +10:00
Compute and upload sha256 sums for build artifacts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user