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:
parent
7d6f70cfd3
commit
e0c807beeb
7
.github/workflows/osx.yml
vendored
7
.github/workflows/osx.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user