Skip to content

Commit

Permalink
Release workflow: really fix issue with Japanese image's volume name
Browse files Browse the repository at this point in the history
  • Loading branch information
backwardsEric committed May 7, 2023
1 parent 659bfc1 commit fa8b367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ jobs:
make install
mkdir disttemp
mv "${{ steps.store_config.outputs.name }}".app disttemp
hdiutil create -quiet -volname "${ steps.store_config.outputs.cap }}-${{ steps.store_config.outputs.version}}-Japanese" -srcfolder disttemp disttemp.dmg
hdiutil create -quiet -volname "${{ steps.store_config.outputs.cap }}-${{ steps.store_config.outputs.version}}-Japanese" -srcfolder disttemp disttemp.dmg
archive_prefix="${{ steps.store_config.outputs.cap }}-${{ steps.store_config.outputs.version }}-Japanese"
echo "archive_file=${archive_prefix}.dmg" >> $GITHUB_OUTPUT
hdiutil convert disttemp.dmg -quiet -format UDZO -imagekey zlib-level=6 -o "${archive_prefix}.dmg"
Expand Down

0 comments on commit fa8b367

Please sign in to comment.