mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-10-30 07:57:05 +08:00
CI
This commit is contained in:
parent
cc6648bd9c
commit
310efddcb7
1 changed files with 6 additions and 6 deletions
12
.github/workflows/builder.yml
vendored
12
.github/workflows/builder.yml
vendored
|
|
@ -28,12 +28,12 @@ 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: |
|
||||||
cat <(echo -e "${{ secrets.GPG_SIGNING_KEY }}") | gpg --batch --import --no-tty --yes
|
# cat <(echo -e "${{ secrets.GPG_SIGNING_KEY }}") | gpg --batch --import --no-tty --yes
|
||||||
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_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
|
# GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
|
||||||
|
|
||||||
- name: Move all assets to release folder
|
- name: Move all assets to release folder
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue