make the app dir too
This commit is contained in:
parent
a01c2f83c2
commit
d0fff6ccee
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue