mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-02 21:12:02 +08:00
CI
This commit is contained in:
parent
e735c1bbb7
commit
ffe01fb91f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/builder.yml
vendored
1
.github/workflows/builder.yml
vendored
|
@ -35,6 +35,7 @@ jobs:
|
|||
|
||||
- name: Configure GPG Key
|
||||
run: |
|
||||
export GPG_TTY=$(tty)
|
||||
cat <(echo -e "${{ secrets.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:
|
||||
|
|
Loading…
Reference in a new issue