From 17bdd00504b87bf4b88ebe098830eaf67eac2718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20M=C3=BCller?= Date: Tue, 7 Jan 2025 18:01:51 +0100 Subject: [PATCH] ci: maintenance release --- .github/workflows/deploy_github_signed_windows.yml | 6 +++--- CHANGELOG | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_github_signed_windows.yml b/.github/workflows/deploy_github_signed_windows.yml index 8fcee7a..9a4dbb5 100644 --- a/.github/workflows/deploy_github_signed_windows.yml +++ b/.github/workflows/deploy_github_signed_windows.yml @@ -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 @@ -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 diff --git a/CHANGELOG b/CHANGELOG index 1e9efa5..426ed27 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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