1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-28 09:24:24 +02:00

Fixed Mac build action

This commit is contained in:
2025-07-06 12:46:48 +02:00
parent 9674acf541
commit 7341a02742

View File

@ -23,14 +23,13 @@ jobs:
run: qmake gpxsee.pro QMAKE_APPLE_DEVICE_ARCHS="x86_64h arm64"
- name: Build project
run: make -j3
- name Download QtPBFImagePlugin
- name: Download QtPBFImagePlugin
uses: actions/download-artifact@v4
with:
name: QtPBFImagePlugin
name: libpbf.dylib
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