make the app dir too

This commit is contained in:
Nadia Holmquist Pedersen 2024-12-11 13:36:18 +01:00
parent a01c2f83c2
commit d0fff6ccee
1 changed files with 2 additions and 0 deletions

View File

@ -78,7 +78,9 @@ jobs:
- name: Create disk image
shell: bash
run: |
mkdir app
ln -s /Applications app/Applications
mv melonDS.app app
hdiutil create -fs HFS+ -volname melonDS -srcfolder app -ov -format UDBZ melonDS.dmg
codesign -s - --deep melonDS.dmg
- name: Upload artifact