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-06-27 23:47:46 -04:00
parent 8b98031d39
commit b22e0da09c
2 changed files with 2 additions and 2 deletions
+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}")