1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 11:45:53 +01: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 - name: Build project
run: make -j3 run: make -j3
- name: Create DMG - name: Create DMG
run: macdeployqt GPXSee.app -dmg run: macdeployqt GPXSee.app -dmg -appstore-compliant
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
@ -48,7 +48,7 @@ jobs:
- name: Build project - name: Build project
run: make -j3 run: make -j3
- name: Create DMG - name: Create DMG
run: macdeployqt GPXSee.app -dmg run: macdeployqt GPXSee.app -dmg -appstore-compliant
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with: