mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 03:59:21 +03:00
CI
This commit is contained in:
parent
ffe01fb91f
commit
6de6c783a2
1 changed files with 2 additions and 1 deletions
3
.github/workflows/builder.yml
vendored
3
.github/workflows/builder.yml
vendored
|
|
@ -36,9 +36,10 @@ jobs:
|
|||
- name: Configure GPG Key
|
||||
run: |
|
||||
export GPG_TTY=$(tty)
|
||||
cat <(echo -e "${{ secrets.GPG_SIGNING_KEY }}") | gpg --batch --import --no-tty --yes
|
||||
cat <(echo -e "$GPG_SIGNING_KEY") | gpg --batch --import --no-tty --yes
|
||||
for ff in `ls ./release/*.zip`; do gpg --detach-sign --no-tty --yes --armor --openpgp -u 87DA4591 --passphrase="$GPG_PASSPHRASE" $ff; done
|
||||
env:
|
||||
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
|
||||
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
|
||||
|
||||
- name: Create Release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue