Skip to content

Commit abe3d05

Browse files
author
Vector
committed
Swap dmg compression to LZMA
1 parent e185d96 commit abe3d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sign-pkg-mac/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ runs:
168168
# pass installer to next step
169169
echo "installer=$installer" >> "$GITHUB_ENV"
170170
171-
hdiutil convert "${{ env.sparsename }}" -format UDZO -imagekey zlib-level=9 \
171+
hdiutil convert "${{ env.sparsename }}" -format ULMO \
172172
-o "$installer"
173173
rm "${{ env.sparsename }}"
174174

0 commit comments

Comments
 (0)