add DMG builds

This commit is contained in:
Henry Hiles 2026-08-11 18:49:23 -04:00
commit 746a938bd8
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

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: nexus.dmg
path: ${{ github.workspace }}/${{ steps.create-dmg.outputs.dmg_path }}