Skip to content

Commit

Permalink
add sha256sums to releases (digital-asset#6263)
Browse files Browse the repository at this point in the history
Based on discussion on digital-asset#6258.

CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
garyverhaegen-da authored Jun 8, 2020
1 parent 20e2998 commit 7735acb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ jobs:
echo "$GPG_KEY" | base64 -d > $KEY_FILE
gpg --homedir $GPG_DIR --no-tty --quiet --import $KEY_FILE
cd $(Build.StagingDirectory)/release
sha256sum $(find . -type f | sort) > sha256sums
# Note: relies on our release artifacts not having spaces in their
# names. Creates a ${f}.asc with the signature for each $f.
for f in *; do
Expand Down

0 comments on commit 7735acb

Please sign in to comment.