Skip to content

Commit

Permalink
Fix sign distribution CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraynaud committed Dec 8, 2022
1 parent c0048e7 commit d854167
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 d854167

Please sign in to comment.