Skip to content

Commit

Permalink
ci: fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 27, 2024
1 parent 1caf240 commit 9facf9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy_github_signed_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
wait-for-completion: true
output-artifact-directory: 'build-recipes/dist/PyJibe'
parameters: |
# must be JSON, but we cannot nest env in a `toJSON` call
Version: '"${{ env.RELEASE_VERSION }}"'
Release_Tag: ${{ env.RELEASE_VERSION }}
- name: Create Windows installer
Expand Down Expand Up @@ -86,7 +85,6 @@ jobs:
wait-for-completion: true
output-artifact-directory: 'build-recipes/Output'
parameters: |
# must be JSON, but we cannot nest env in a `toJSON` call
Version: '"${{ env.RELEASE_VERSION }}"'
Release_Tag: ${{ env.RELEASE_VERSION }}
- name: Rename windows installer to signed
Expand Down

0 comments on commit 9facf9b

Please sign in to comment.