Skip to content

Commit

Permalink
ci: correct version for signing
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 27, 2024
1 parent 57f51b8 commit 1e7a2f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy_github_signed_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
wait-for-completion: true
output-artifact-directory: 'build-recipes/dist/PyJibe'
parameters: |
Version: ${{ toJSON(vars.version) }}
Version: ${{ toJSON('0.15.2') }}
# Version: ${{ toJSON(env.RELEASE_VERSION) }}
- name: Create Windows installer
working-directory: ./build-recipes
run: |
Expand All @@ -87,7 +88,8 @@ jobs:
wait-for-completion: true
output-artifact-directory: 'build-recipes/Output'
parameters: |
Version: ${{ toJSON(vars.version) }}
Version: ${{ toJSON('0.15.2') }}
# Version: ${{ toJSON(env.RELEASE_VERSION) }}
- name: Rename windows installer to signed
shell: bash
run: |
Expand Down

0 comments on commit 1e7a2f9

Please sign in to comment.