From ebb15898b3208bea0fe211513839e78f843a49ae Mon Sep 17 00:00:00 2001 From: CJ Pais Date: Mon, 18 Aug 2025 15:08:04 -0700 Subject: [PATCH] Fix test build, potentially. --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 13a0b48..e76733b 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -28,7 +28,7 @@ jobs: platform: ${{ matrix.platform }} target: ${{ matrix.target }} build-args: ${{ matrix.args }} - sign-binaries: false + sign-binaries: true asset-prefix: "handy-test" upload-artifacts: true secrets: inherit