mirror of
https://ghproxy.net/https://github.com/michelve/software-license-manager.git
synced 2025-10-04 02:06:37 +08:00
sign update
This commit is contained in:
parent
31ea1046cb
commit
0b8da30880
1 changed files with 2 additions and 2 deletions
4
.github/workflows/buildblugin.yml
vendored
4
.github/workflows/buildblugin.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue