mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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
|
||||||
- run: yarn build-pro
|
- run: yarn build-pro
|
||||||
|
|
||||||
- name: Configure GPG Key
|
# - name: Configure GPG Key
|
||||||
run: |
|
# run: |
|
||||||
gpg --no-tty --batch --yes --import <(echo "$GPG_SIGNING_KEY")
|
# 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
|
# 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:
|
# env:
|
||||||
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
|
# GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
|
||||||
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
|
# GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
id: create_release
|
id: create_release
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue