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
|
||||
run: make -j3
|
||||
- name: Create DMG
|
||||
run: |
|
||||
mkdir GPXSee-master
|
||||
mv GPXSee.app GPXSee-master
|
||||
hdiutil create -srcfolder GPXSee-master GPXSee-master.dmg
|
||||
run: macdeployqt GPXSee.app -dmg
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
path: GPXSee-master.dmg
|
||||
path: GPXSee.dmg
|
||||
|
Loading…
Reference in New Issue
Block a user