Skip to content

Commit

Permalink
macOS CI: make hdiutil more verbose
Browse files Browse the repository at this point in the history
In case it fails to create an image, make sure it tells us why.
  • Loading branch information
lmoureaux authored and jwrober committed Dec 16, 2023
1 parent f7adb81 commit f78d6f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ jobs:
mkdir staging
mv Freeciv21.app staging
create-dmg \
--hdiutil-verbose \
--volname "Freeciv21 Installer" \
--volicon "client.icns" \
--window-pos 200 120 \
Expand Down

0 comments on commit f78d6f1

Please sign in to comment.