mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-02-17 16:20:48 +01:00
Upload OS X build artifacts
This commit is contained in:
parent
d2fbe4324b
commit
7d6f70cfd3
9
.github/workflows/osx.yml
vendored
9
.github/workflows/osx.yml
vendored
@ -22,3 +22,12 @@ jobs:
|
|||||||
run: qmake gpxsee.pro
|
run: qmake gpxsee.pro
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: make -j3
|
run: make -j3
|
||||||
|
- name: Create DMG
|
||||||
|
run: |
|
||||||
|
mkdir GPXSee-master
|
||||||
|
mv GPXSee.app GPXSee-master
|
||||||
|
hdiutil create -srcfolder GPXSee-master GPXSee-master.dmg
|
||||||
|
- name: Upload artifacts
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
path: GPXSee-master.dmg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user