From 9674acf54113a9126ccfabf4da06daf34df5029a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 6 Jul 2025 12:42:43 +0200 Subject: [PATCH] Include QtPBFImagePlugin in the Mac build --- .github/workflows/osx.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index 9d8cde44..80cf0c3f 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -23,6 +23,15 @@ jobs: run: qmake gpxsee.pro QMAKE_APPLE_DEVICE_ARCHS="x86_64h arm64" - name: Build project run: make -j3 + - name Download QtPBFImagePlugin + uses: actions/download-artifact@v4 + with: + name: QtPBFImagePlugin + github-token: ${{ secrets.GPXsee }} + repository: tumic0/QtPBFImagePlugin + path: GPXSee.app/Contents/Plugins/imageformats + pattern: libpbf.dylib + run-id: 97 - name: Create DMG run: macdeployqt GPXSee.app -dmg -appstore-compliant - name: Upload artifacts