mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 23:08:08 +08:00
Update CI
This commit is contained in:
parent
c1254c94a9
commit
3c364a8f38
1 changed files with 1 additions and 5 deletions
6
.github/workflows/builder.yml
vendored
6
.github/workflows/builder.yml
vendored
|
@ -30,11 +30,7 @@ jobs:
|
|||
|
||||
- name: Configure GPG Key
|
||||
run: |
|
||||
mkdir -p ~/.gnupg/
|
||||
chown -R $(whoami) ~/.gnupg/
|
||||
chmod 700 ~/.gnupg
|
||||
printf "$GPG_SIGNING_KEY" > ~/.gnupg/private.key
|
||||
gpg --import ~/.gnupg/private.key
|
||||
gpg --import <(echo "$GPG_SIGNING_KEY")
|
||||
for ff in `ls ./build/dist/releases/**/**/*.zip | xargs`; do gpg --detach-sign --no-tty --yes --armor --openpgp -u 87DA4591 --passphrase $GPG_PASSPHRASE $ff; done
|
||||
env:
|
||||
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
|
||||
|
|
Loading…
Reference in a new issue