I am doing `notarizeReleaseDmg` on a github action...
# compose-desktop
a
I am doing
notarizeReleaseDmg
on a github action. The gradle task always hangs in the
createReleaseDmg
part. I removed the signing block in the build.gradle.kts part and the build works without an issue. Not sure how to debug this. Locally I can create the dmg, sign and notarize it using the notarize dmg task without a problem I understand this is not entirely compose-desktop related but maybe others faced this issue before, and maybe you can give some ideas.