mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-02 21:12:02 +08:00
Update CI
This commit is contained in:
parent
8e32400740
commit
e941ed34b7
1 changed files with 7 additions and 7 deletions
14
.github/workflows/builder.yml
vendored
14
.github/workflows/builder.yml
vendored
|
@ -28,13 +28,13 @@ jobs:
|
|||
- run: yarn build
|
||||
- run: yarn build-pro
|
||||
|
||||
- name: Configure GPG Key
|
||||
run: |
|
||||
gpg --no-tty --batch --yes --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 }}
|
||||
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
|
||||
# - name: Configure GPG Key
|
||||
# run: |
|
||||
# gpg --no-tty --batch --yes --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 }}
|
||||
# GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
|
|
Loading…
Reference in a new issue