From 0e48f09b6b29d2cec782a73dbc1e5a09699e6925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20M=C3=BCller?= Date: Wed, 27 Nov 2024 13:44:51 +0100 Subject: [PATCH] ci: try to make signpath sign the binary --- .github/workflows/deploy_github_signed_windows.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy_github_signed_windows.yml b/.github/workflows/deploy_github_signed_windows.yml index f0ba33b..f78a299 100644 --- a/.github/workflows/deploy_github_signed_windows.yml +++ b/.github/workflows/deploy_github_signed_windows.yml @@ -62,6 +62,7 @@ jobs: output-artifact-directory: 'build-recipes/dist/PyJibe' parameters: | Version: ${{ toJSON('0.15.2') }} + Release_Tag: "0.15.2" # Version: ${{ toJSON(env.RELEASE_VERSION) }} - name: Create Windows installer working-directory: ./build-recipes @@ -89,6 +90,7 @@ jobs: output-artifact-directory: 'build-recipes/Output' parameters: | Version: ${{ toJSON('0.15.2') }} + Release_Tag: "0.15.2" # Version: ${{ toJSON(env.RELEASE_VERSION) }} - name: Rename windows installer to signed shell: bash