Embed release public key; rename signing secret to RELEASE_SIGNING_KEY

This commit is contained in:
mram
2026-09-20 22:15:19 +02:00
parent d1e01f9b78
commit 08d02d8fa8
4 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ jobs:
- name: Sign and checksum
run: |
printf '%s\n' "${{ secrets.SIGNING_KEY }}" > key.pem
printf '%s\n' "${{ secrets.RELEASE_SIGNING_KEY }}" > key.pem
chmod 600 key.pem
openssl pkeyutl -sign -inkey key.pem -rawin \
-in gpu-turnstile.exe -out gpu-turnstile.exe.sig