1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00

Do not bundle the unused SQL plugins (ODBC, PostgreSQL)

This commit is contained in:
Martin Tůma 2023-04-02 21:24:52 +02:00
parent f2218126ef
commit 20aaf68405

View File

@ -23,7 +23,7 @@ jobs:
- name: Build project
run: make -j3
- name: Create DMG
run: macdeployqt GPXSee.app -dmg
run: macdeployqt GPXSee.app -dmg -appstore-compliant
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
@ -48,7 +48,7 @@ jobs:
- name: Build project
run: make -j3
- name: Create DMG
run: macdeployqt GPXSee.app -dmg
run: macdeployqt GPXSee.app -dmg -appstore-compliant
- name: Upload artifacts
uses: actions/upload-artifact@v3
with: