Skip to content

Commit

Permalink
ci: maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 27, 2024
1 parent 7f6b1a3 commit e55f2cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy_github_signed_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,12 @@ jobs:
name: pyjibe-executable
path: ./build-recipes/dist/PyJibe/PyJibe.exe
- name: Remove unsigned windows binary
shell: bash
run: |
rm ./build-recipes/dist/PyJibe/PyJibe.exe
echo ${{ toJSON('0.1.2') }}
echo "${{ env.RELEASE_VERSION }}"
echo '${{ env.RELEASE_VERSION }}'
- name: Sign Windows executable
uses: signpath/github-action-submit-signing-request@v1
with:
Expand All @@ -57,7 +61,7 @@ jobs:
wait-for-completion: true
output-artifact-directory: 'build-recipes/dist/PyJibe'
parameters: |
Version: '"${{ env.RELEASE_VERSION }}"'
Version: "${{ env.RELEASE_VERSION }}"
Release_Tag: ${{ env.RELEASE_VERSION }}
- name: Create Windows installer
working-directory: ./build-recipes
Expand Down Expand Up @@ -85,7 +89,7 @@ jobs:
wait-for-completion: true
output-artifact-directory: 'build-recipes/Output'
parameters: |
Version: '"${{ env.RELEASE_VERSION }}"'
Version: "${{ env.RELEASE_VERSION }}"
Release_Tag: ${{ env.RELEASE_VERSION }}
- name: Rename windows installer to signed
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.15.6
- build: maintenance
0.15.5
- build: maintenance
0.15.4
Expand Down

0 comments on commit e55f2cd

Please sign in to comment.