mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
CI
This commit is contained in:
parent
4f20aacf60
commit
45a6671303
1 changed files with 4 additions and 1 deletions
5
.github/workflows/builder.yml
vendored
5
.github/workflows/builder.yml
vendored
|
|
@ -38,9 +38,12 @@ jobs:
|
|||
export GPG_TTY=$(tty)
|
||||
mkdir -p ~/.gnupg/
|
||||
chown -R $(whoami) ~/.gnupg/
|
||||
echo -e "$GPG_SIGNING_KEY" > ~/.gnupg/private.key
|
||||
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
|
||||
gpg --list-secret-keys --keyid-format LONG
|
||||
ls ./release/*.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue