2 Commits
Author SHA1 Message Date
github-actions[bot] 9e21392442 chore(export): update PDFs, hashes and signatures [skip ci] 2026-06-28 03:56:05 +00:00
nopeitsnothing b22e0da09c chore(build): adjust keyring path
use the new relative path: pgp/anonymousplanet.asc

Signed-off-by: nopeitsnothing <no@anonymousplanet.net>
2026-06-27 23:47:46 -04:00
6 changed files with 133560 additions and 2 deletions
+1 -1
View File
@@ -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
+2
View File
@@ -0,0 +1,2 @@
ed1fff860d113609cbeaf38beef5342b473d5f09b9263020ef0a82f42ba9c8d4d17ad2743267a76b0f315c4719f9866d3e2018bc8f4eb64a46d0fcbec0c6ee2f thgtoa.pdf
1bd77081bf7f2962f8a52a141e286fc7cb571e17b1b551d1baab5fd892cf874a1ace903301f263d7073251a1c53a4d141aa346fb0c87ea0af0b96703127f5133 thgtoa-dark.pdf
+2
View File
@@ -0,0 +1,2 @@
85e8824dcda6176ac4444fdc92ff5272527065aabb2c240d3e2f87418aa255b3 thgtoa.pdf
28675b585406f0e0543e4f63d5cff6507a064bf4d91db9ff82e4a826e8c8959d thgtoa-dark.pdf
+56926
View File
File diff suppressed because one or more lines are too long
+76628
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -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}")