Skip to content

Commit

Permalink
tools: makefile: export release public key to iso/
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed Oct 28, 2021
1 parent bfd1a57 commit 5d5c50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ sign_checksums:
gpg --detach-sign --armor SHA512SUMS; \
mv SHA512SUMS.asc SHA512SUMS.sign
# Export the public GPG key used for signing
gpg --export --armor nodiscc@gmail.com > dlc-release.key
gpg --export --armor nodiscc@gmail.com > iso/dlc-release.key

release_archive:
git archive --format=zip -9 HEAD -o $$(basename $$PWD)-$$(git rev-parse HEAD).zip
Expand Down

0 comments on commit 5d5c50e

Please sign in to comment.