Skip to content

Commit

Permalink
Merge pull request #17 from samzong/feat/application-link
Browse files Browse the repository at this point in the history
👷 ci: Update build-and-release workflow for DMG creation process
  • Loading branch information
samzong authored Oct 22, 2024
2 parents 244ee62 + 5866a3b commit 60fed00
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,15 @@ jobs:
- name: Prepare for DMG
run: |
mkdir -p dist
mv build/export/MacMusicPlayer.app dist/
ls -R dist
mkdir -p dist/dmg_temp
mv build/export/MacMusicPlayer.app dist/dmg_temp/
ln -s /Applications dist/dmg_temp/Applications
ls -R dist/dmg_temp
- name: Create DMG
run: |
hdiutil create -volname MacMusicPlayer \
-srcfolder dist \
-srcfolder dist/dmg_temp \
-ov -format UDZO dist/MacMusicPlayer.dmg
- name: Create Release and Upload Asset
Expand Down

0 comments on commit 60fed00

Please sign in to comment.