mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 23:08:08 +08:00
CI
This commit is contained in:
parent
37168c0c7a
commit
e6901bca4a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/builder.yml
vendored
2
.github/workflows/builder.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
export GPG_TTY=$(tty)
|
||||
echo -e "$GPG_SIGNING_KEY" | gpg --batch --import --no-tty --yes
|
||||
gpg --list-secret-keys --keyid-format LONG
|
||||
for ff in `ls ./release/*.zip`; do gpg --detach-sign --armor --openpgp --batch --yes -u 87DA4591 --passphrase="$GPG_PASSPHRASE" $ff; done
|
||||
for ff in `ls ./release/*.zip | xargs`; do gpg --detach-sign --armor --openpgp --yes -u 87DA4591 --passphrase="$GPG_PASSPHRASE" $ff; done
|
||||
env:
|
||||
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
|
||||
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
|
||||
|
|
Loading…
Reference in a new issue