mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-08-05 02:25:09 +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: |
|
run: |
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
sudo apt-get install -y gnupg
|
sudo apt-get install -y gnupg
|
||||||
gpg --import pgp/anonymousplanet-release.asc
|
gpg --import pgp/anonymousplanet.asc
|
||||||
|
|
||||||
- name: 🐍 Set up Python
|
- name: 🐍 Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
|
|||||||
@@ -377,7 +377,7 @@ def main() -> int:
|
|||||||
if not key:
|
if not key:
|
||||||
print("\n✗ Could not resolve a signing key. Aborting.")
|
print("\n✗ Could not resolve a signing key. Aborting.")
|
||||||
print(" Import the release key with:")
|
print(" Import the release key with:")
|
||||||
print(" gpg --import pgp/anonymousplanet-release.asc")
|
print(" gpg --import pgp/anonymousplanet.asc")
|
||||||
return 1
|
return 1
|
||||||
print(f" Resolved to: {key}")
|
print(f" Resolved to: {key}")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user