This commit is contained in:
RainLoop Team 2021-01-16 19:33:31 +03:00
parent cc6648bd9c
commit 310efddcb7

View file

@ -28,12 +28,12 @@ jobs:
- run: yarn build
- run: yarn build-pro
- name: Configure GPG Key
run: |
cat <(echo -e "${{ secrets.GPG_SIGNING_KEY }}") | gpg --batch --import --no-tty --yes
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_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
# - name: Configure GPG Key
# run: |
# cat <(echo -e "${{ secrets.GPG_SIGNING_KEY }}") | gpg --batch --import --no-tty --yes
# 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_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
- name: Move all assets to release folder
run: |