I integrated your create-dmg tool into my github actions workflow:
https://github.com/bjesuiter/macos-file-summoner/blob/master/.github/workflows/go.yml
However, when installing imagemagic and graphicsmagick, the automated build takes ages longer than without them, because they are so big.
I tried to combat this by using gihub cache actions and caching the homebrew cache dir, but since this thing has 2,4 gb this is also painfully slow.
Could you implement another solution which is more lightweight to update this dmg icon?