Skip to content

Commit

Permalink
make the app dir too
Browse files Browse the repository at this point in the history
  • Loading branch information
nadiaholmquist committed Dec 11, 2024
1 parent a01c2f8 commit d0fff6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0fff6c

Please sign in to comment.