1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-28 05:34:47 +01:00

Added missing macdeployqt step

+ use macdeployqt to create the DMG
This commit is contained in:
Martin Tůma 2021-10-31 09:06:34 +01:00
parent 7d6f70cfd3
commit e0c807beeb

View File

@ -23,11 +23,8 @@ jobs:
- name: Build project - name: Build project
run: make -j3 run: make -j3
- name: Create DMG - name: Create DMG
run: | run: macdeployqt GPXSee.app -dmg
mkdir GPXSee-master
mv GPXSee.app GPXSee-master
hdiutil create -srcfolder GPXSee-master GPXSee-master.dmg
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
path: GPXSee-master.dmg path: GPXSee.dmg