From 2ef5c1c3a687998a23c3fa6cc3d769e82d3698e3 Mon Sep 17 00:00:00 2001 From: Ian Duncan <76043277+dr8co@users.noreply.github.com> Date: Wed, 21 Feb 2024 00:46:39 +0300 Subject: [PATCH] Sign packages --- .github/workflows/cmake-multi-platform.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index a4b96ee..68210d1 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -141,6 +141,7 @@ jobs: if: matrix.build_type == 'Release' working-directory: ${{ github.workspace }} run: | + export GPG_TTY=$(tty) for file in Packages/*; do gpg --batch --status-file ~/gpg_log.txt --passphrase ${{ secrets.GPG_PASS }} --default-key dr8co@duck.com \ --pinentry-mode=loopback --sign "$file" || (cat ~/gpg_log.txt && exit 1)