sign update

This commit is contained in:
Michel 2024-11-01 11:57:08 -04:00
parent 31ea1046cb
commit 0b8da30880

View file

@ -37,12 +37,12 @@ jobs:
run: |
echo "$GPG_PRIVATE_KEY" | gpg --batch --import

# Sign the Plugin Zip
# Sign the Plugin Zip with updated flag
- name: Sign Plugin Zip
env:
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
run: |
echo "$GPG_PASSPHRASE" | gpg --batch --yes --passphrase-fd 0 --detach-sign -a slm-plus.zip
echo "$GPG_PASSPHRASE" | gpg --batch --yes --pinentry-mode loopback --passphrase-fd 0 --detach-sign -a slm-plus.zip

# Upload Release Asset (Zip File)
- name: Upload Release Asset