Skip to content

Commit

Permalink
use poppler 24.07.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunderme committed Jul 5, 2024
1 parent 2db4b16 commit 245a1b4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
###################################
Expand Down

0 comments on commit 245a1b4

Please sign in to comment.