Skip to content

Commit

Permalink
chore: workflow, fix crate-image not found issue
Browse files Browse the repository at this point in the history
  • Loading branch information
terasum committed Sep 15, 2023
1 parent de36dec commit 01ee857
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-macos-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
run: |
brew install create-dmg
ls -lh $PWD && ls -lh $PWD/build
create-dmg --volname "Medict" --volicon "build/assets/darwin/dmg_icon.icns" --background "build/assets/darwin/dmg_bg.png" --window-size 512 360 --icon-size 100 --icon "Medict.app" 100 185 --hide-extension "Medict.app" --app-drop-link 388 185 "Medict_${{ steps.version.outputs.tag }}_Darwin_x86_64.dmg" "build"
create-dmg --volname "Medict" --volicon "build/assets/darwin/dmg_icon.icns" --background "build/assets/darwin/dmg_bg.png" --window-size 512 360 --icon-size 100 --icon "Medict.app" 100 185 --hide-extension "Medict.app" --app-drop-link 388 185 "Medict_${{ steps.version.outputs.tag }}_Darwin_x86_64.dmg" "build/bin"
- name: Upload darwin disk image
if: matrix.platform == 'macos-latest'
Expand Down

0 comments on commit 01ee857

Please sign in to comment.