Skip to content

Commit

Permalink
Merge pull request #644 from input-output-hk/jpraynaud/587-fix-sign-a…
Browse files Browse the repository at this point in the history
…ssets-ci

Fix sign distribution CI
  • Loading branch information
jpraynaud authored Dec 8, 2022
2 parents c0048e7 + d854167 commit e56676f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/sign-distribution.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ main() {
chmod 700 gpghome
echo "$GPG_SECRET_KEY" | gpg --homedir gpghome --batch --import
gpg --homedir gpghome --list-secret-keys
gpg --export --armor mithril@iohk.io > ./package/gpg-public.key
gpg --homedir gpghome -export --armor mithril@iohk.io > ./package/gpg-public.key
cd ./package
find . -type f -print | grep -v CHECKSUM | sort -n | xargs -I '{}' sha256sum '{}' > ./CHECKSUM
gpg --homedir ../gpghome --clear-sign ./CHECKSUM
Expand Down

0 comments on commit e56676f

Please sign in to comment.