Update CI

This commit is contained in:
RainLoop Team 2021-01-16 18:27:07 +03:00
parent 3c364a8f38
commit 8e32400740

View file

@ -30,7 +30,7 @@ jobs:
- name: Configure GPG Key
run: |
gpg --import <(echo "$GPG_SIGNING_KEY")
gpg --no-tty --batch --yes --import <(echo "$GPG_SIGNING_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
env:
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}