mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +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
|
||||
- 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
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
path: GPXSee-master.dmg
|
||||
|
Loading…
Reference in New Issue
Block a user