mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-08-04 18:15:03 +02:00
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:
@@ -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
|
||||
|
||||
@@ -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}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user