mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
CI
This commit is contained in:
parent
45a6671303
commit
8ebaa0aab8
1 changed files with 1 additions and 3 deletions
4
.github/workflows/builder.yml
vendored
4
.github/workflows/builder.yml
vendored
|
|
@ -35,16 +35,14 @@ jobs:
|
|||
|
||||
- name: Configure GPG Key
|
||||
run: |
|
||||
export GPG_TTY=$(tty)
|
||||
mkdir -p ~/.gnupg/
|
||||
chown -R $(whoami) ~/.gnupg/
|
||||
echo "---"
|
||||
echo "$GPG_SIGNING_KEY" > ~/.gnupg/private.key
|
||||
echo "---"
|
||||
find ~/.gnupg -type f -exec chmod 600 {} \;
|
||||
find ~/.gnupg -type d -exec chmod 700 {} \;
|
||||
echo "---"
|
||||
gpg --import --yes ~/.gnupg/private.key
|
||||
echo "---"
|
||||
gpg --list-secret-keys --keyid-format LONG
|
||||
ls ./release/*.zip
|
||||
echo "---"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue