Skip to content

Commit

Permalink
Add continue-on-error and icon settings to Create macOS DMG step in C…
Browse files Browse the repository at this point in the history
…I workflow
  • Loading branch information
nullchinchilla committed Jun 26, 2024
1 parent f79a0a6 commit ab160be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,14 @@ jobs:

- name: Create macOS DMG
if: matrix.os == 'macos-latest'
continue-on-error: true
run: |
create-dmg \
--volname "Geph Installer" \
--window-pos 200 120 \
--window-size 600 400 \
--icon-size 100 \
--icon "Geph.app" 175 120 \
--hide-extension "Geph.app" \
--app-drop-link 425 120 \
"artifacts/${{ matrix.dir }}/geph-macos.dmg" \
Expand Down

0 comments on commit ab160be

Please sign in to comment.