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
20e0c1417d
commit
fed76e16ac
1 changed files with 4 additions and 1 deletions
5
.github/workflows/builder.yml
vendored
5
.github/workflows/builder.yml
vendored
|
|
@ -31,7 +31,10 @@ jobs:
|
||||||
- name: Configure GPG Key
|
- name: Configure GPG Key
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.gnupg/
|
mkdir -p ~/.gnupg/
|
||||||
printf "$GPG_SIGNING_KEY" | base64 --decode > ~/.gnupg/private.key
|
chown -R $(whoami) ~/.gnupg/
|
||||||
|
chmod 600 ~/.gnupg/*
|
||||||
|
chmod 700 ~/.gnupg
|
||||||
|
printf "$GPG_SIGNING_KEY" > ~/.gnupg/private.key
|
||||||
gpg --import ~/.gnupg/private.key
|
gpg --import ~/.gnupg/private.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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue