mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-03-05 03:09:15 +08:00
release 1.15.0
This commit is contained in:
parent
5e3bce7778
commit
c519184f3e
1 changed files with 0 additions and 6 deletions
6
.github/workflows/builder.yml
vendored
6
.github/workflows/builder.yml
vendored
|
@ -41,12 +41,6 @@ jobs:
|
|||
env:
|
||||
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
|
||||
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
|
||||
# mkdir -p ~/.gnupg/
|
||||
# chown -R $(whoami) ~/.gnupg/
|
||||
# echo "$GPG_SIGNING_KEY" > ~/.gnupg/private.key
|
||||
# find ~/.gnupg -type f -exec chmod 600 {} \;
|
||||
# find ~/.gnupg -type d -exec chmod 700 {} \;
|
||||
# gpg --batch --import ~/.gnupg/private.key
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
|
|
Loading…
Reference in a new issue