chore(build): adjust keyring path

use the new relative path: pgp/anonymousplanet.asc

Signed-off-by: nopeitsnothing <no@anonymousplanet.net>
This commit is contained in:
nopeitsnothing
2026-07-12 01:00:43 -04:00
parent 8b98031d39
commit d9d144e563
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ jobs:
run: |
sudo apt-get update -qq
sudo apt-get install -y gnupg
gpg --import pgp/anonymousplanet-release.asc
gpg --import pgp/anonymousplanet.asc
- name: 🐍 Set up Python
uses: actions/setup-python@v5
+1 -1
View File
@@ -377,7 +377,7 @@ def main() -> int:
if not key:
print("\n✗ Could not resolve a signing key. Aborting.")
print(" Import the release key with:")
print(" gpg --import pgp/anonymousplanet-release.asc")
print(" gpg --import pgp/anonymousplanet.asc")
return 1
print(f" Resolved to: {key}")