Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/RainLoop/rainloop-webmail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainLoop Team <support@rainloop.net>2021-01-16 21:28:45 +0300
committerRainLoop Team <support@rainloop.net>2021-01-16 21:28:45 +0300
commite6901bca4aa3c4f2bb73cf4025cedb6f2bfe316b (patch)
tree53120017f48e17374b1df55bebc882c2efeb83c9 /.github
parent37168c0c7a22ad70fa19b46f330c233c77f11f03 (diff)
CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/builder.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml
index 3e1e9282a..b9e83ab03 100644
--- a/.github/workflows/builder.yml
+++ b/.github/workflows/builder.yml
@@ -42,7 +42,7 @@ jobs:
export GPG_TTY=$(tty)
echo -e "$GPG_SIGNING_KEY" | gpg --batch --import --no-tty --yes
gpg --list-secret-keys --keyid-format LONG
- for ff in `ls ./release/*.zip`; do gpg --detach-sign --armor --openpgp --batch --yes -u 87DA4591 --passphrase="$GPG_PASSPHRASE" $ff; done
+ for ff in `ls ./release/*.zip | xargs`; do gpg --detach-sign --armor --openpgp --yes -u 87DA4591 --passphrase="$GPG_PASSPHRASE" $ff; done
env:
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}