add DMG builds

This commit is contained in:
Henry Hiles 2026-08-11 18:49:23 -04:00
commit 9e24f4cb31
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
2 changed files with 13 additions and 1 deletions

View file

@ -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 }}