add DMG builds
This commit is contained in:
parent
43d2e94d62
commit
9e24f4cb31
2 changed files with 13 additions and 1 deletions
12
.github/workflows/macos.yml
vendored
12
.github/workflows/macos.yml
vendored
|
|
@ -38,3 +38,15 @@ jobs:
|
|||
with:
|
||||
name: Nexus.App
|
||||
path: build/macos/Build/Products/Release/Nexus.app
|
||||
|
||||
- name: Create DMG
|
||||
uses: L-Super/create-dmg-actions@v1
|
||||
with:
|
||||
dmg_name: nexus.dmg
|
||||
src_dir: Nexus.app
|
||||
|
||||
- name: Upload installer artifact
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: ${{ steps.create-dmg.inputs.path }}
|
||||
path: ${{ github.workspace }}/${{ steps.create-dmg.outputs.dmg_path }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue