Skip to content

Commit

Permalink
#139 Try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Jul 27, 2023
1 parent 4aae2a3 commit 6da50c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-github-release-assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: install create-dmg
run: brew install create-dmg
- name: Make a .dmg file
run: create-dmg --volname "Application Installer" --volicon "application_icon.icns" --window-pos 200 120 --window-size 800 400 --icon-size 100 --icon "Application.app" 200 190 --hide-extension "Application.app" --app-drop-link 600 185 "Application-Installer.dmg" "tmp/"
run: create-dmg --volname "Application Installer" - --window-pos 200 120 --window-size 800 400 --icon-size 100 --icon "Application.app" 200 190 --hide-extension "Application.app" --app-drop-link 600 185 "Application-Installer.dmg" "tmp/"
- name: Did a file get created (after)
run: ls -la

Expand Down

0 comments on commit 6da50c4

Please sign in to comment.