Skip to content

Commit

Permalink
Prepare for release 1.0.6 build 114 (dmg).
Browse files Browse the repository at this point in the history
  • Loading branch information
kailuo committed Jul 12, 2022
1 parent d6b15ac commit a0d8f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Prepare for Release
run: |
create-dmg --volname "CodeLauncher Installer" --window-pos 400 200 --window-size 800 400 --icon-size 128 --icon "CodeLauncher.app" 240 180 --hide-extension "CodeLauncher.app" --app-drop-link 550 180 --skip-jenkins "CodeLauncher.dmg" "to-be-signed/"
create-dmg --volname "CodeLauncher Installer" --window-pos 400 200 --window-size 800 400 --icon-size 128 --icon "CodeLauncher.app" 240 180 --hide-extension "CodeLauncher.app" --app-drop-link 550 180 "CodeLauncher.dmg" "to-be-signed/"
- name: Release App
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit a0d8f5d

Please sign in to comment.