Skip to content

Commit

Permalink
Use UDBZ format for macos disk image
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Nov 17, 2023
1 parent 49ceae6 commit 7993e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ mkdir upload
if [[ "$OSTYPE" == "darwin"* ]]; then
mkdir /tmp/angr-management-dmg
cp -r dist/*.app /tmp/angr-management-dmg
hdiutil create upload/angr-management-macOS.dmg -volname "angr-management nightly" -srcfolder /tmp/angr-management-dmg
hdiutil create upload/angr-management-macOS.dmg -volname "angr-management nightly" -srcfolder /tmp/angr-management-dmg -format UDBZ
elif [[ "$OSTYPE" == "linux-gnu" ]]; then
source /etc/os-release
tar -C dist -czf upload/angr-management-$ID-$VERSION_ID.tar.gz angr-management
Expand Down

0 comments on commit 7993e6d

Please sign in to comment.