Embed release public key; rename signing secret to RELEASE_SIGNING_KEY
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user