Skip to content

Commit

Permalink
ci: try to make signpath sign the binary
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 27, 2024
1 parent 1e7a2f9 commit 0e48f09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_github_signed_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0e48f09

Please sign in to comment.