Skip to content

Commit

Permalink
ci: maintenance release
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jan 7, 2025
1 parent 3daffd1 commit 17bdd00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_github_signed_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
id: uploadBinaryArtifact
uses: actions/upload-artifact@v4.4.3
with:
name: pyjibe-executable
name: dcoraid-executable
path: ./build-recipes/dist/DCOR-Aid/DCOR-Aid.exe
- name: Remove unsigned windows binary
shell: bash
Expand All @@ -63,12 +63,12 @@ jobs:
working-directory: ./build-recipes
run: |
python win_make_iss.py
ISCC.exe /Q win_pyjibe.iss
ISCC.exe /Q win_dcoraid.iss
- name: Upload windows installer
id: uploadInstallerArtifact
uses: actions/upload-artifact@v4.4.3
with:
name: pyjibe-installer
name: dcoraid-installer
path: ./build-recipes/Output/*.exe
- name: Remove unsigned windows installer
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.16.5
- ci: maintenance release
0.16.4
- enh: limit logs printed to 2000
- tests: wait for complete resource dict when uploading test data
Expand Down

0 comments on commit 17bdd00

Please sign in to comment.