mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-26 19:19:16 +02:00
Upload OS X build artifacts
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user