From 1938e031eefb807736c56e3f635311fefdd1179c Mon Sep 17 00:00:00 2001 From: nopeitsnothing Date: Mon, 20 Apr 2026 03:13:28 -0400 Subject: [PATCH] Tweaking some of the build to function pt5 Signed-off-by: nopeitsnothing --- .github/workflows/build-sign-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-sign-release.yml b/.github/workflows/build-sign-release.yml index d15470a..ea0ef11 100644 --- a/.github/workflows/build-sign-release.yml +++ b/.github/workflows/build-sign-release.yml @@ -6,7 +6,7 @@ on: build_mode: description: 'PDF build mode' required: true - default: 'light' + default: 'both' type: choice options: - light @@ -61,8 +61,8 @@ jobs: # - name: 🛡️ Hash/Sign PDFs # env: # GPG_KEY: ${{ secrets.GPG_PRIVATE_KEY }} - # GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} # I'm just gonna do this locally because GPG signing in CI - run: | # is a pain and I don't want to deal with it right now. + # GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} # I'm just gonna do this locally because GPG signing in CI + run: | # is a pain and I don't want to deal with it right now. # cd ${{ github.workspace }} # # Import GPG key # export GPG_TTY=$(tty)