diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 7e0b4438e..156d103c3 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -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 }}