From 245a1b4fac3528472c90db23813a16fc55199e74 Mon Sep 17 00:00:00 2001 From: Jan Sundermeyer Date: Fri, 5 Jul 2024 22:26:14 +0200 Subject: [PATCH] use poppler 24.07.0 --- .github/workflows/cd.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 645fc8c67..faa79569b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -8,7 +8,7 @@ permissions: env: OSX_QT_VERSION: 6.7.2 - OSX_POPPLER_VERSION: 24.06.1 + OSX_POPPLER_VERSION: 24.07.0 OSX_QUAZIP_VERSION: 1.4 jobs: @@ -89,10 +89,14 @@ jobs: Version: ${{ toJSON(steps.version.outputs.VERSION_NAME) }} Release_Tag: "${{ steps.version.outputs.GIT_VERSION }}" + - name: use signed binary + id: use_signed_binary + run: | + mv signed-artifacts/texstudio.exe build/texstudio.exe + - name: Package id: package run: | - mv signed-artifacts/texstudio.exe build/ cd build . ../.github/scripts/get-version.sh . ../.github/scripts/package_msys.sh @@ -147,7 +151,7 @@ jobs: with: name: release-win path: | - texstudio-${{ steps.package.outputs.GIT_VERSION }}-win-qt6.exe + signed-artifacts/texstudio-win-qt6-${{ steps.package.outputs.VERSION_NAME }}.exe texstudio-${{ steps.package.outputs.GIT_VERSION }}-win-portable-qt6.zip ###################################