make the app dir too
This commit is contained in:
parent
a01c2f83c2
commit
d0fff6ccee
|
@ -78,7 +78,9 @@ jobs:
|
||||||
- name: Create disk image
|
- name: Create disk image
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
mkdir app
|
||||||
ln -s /Applications app/Applications
|
ln -s /Applications app/Applications
|
||||||
|
mv melonDS.app app
|
||||||
hdiutil create -fs HFS+ -volname melonDS -srcfolder app -ov -format UDBZ melonDS.dmg
|
hdiutil create -fs HFS+ -volname melonDS -srcfolder app -ov -format UDBZ melonDS.dmg
|
||||||
codesign -s - --deep melonDS.dmg
|
codesign -s - --deep melonDS.dmg
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
|
Loading…
Reference in New Issue