Skip to content

add codesign verify step for mac builds#1509

Open
kjhollen wants to merge 1 commit intoprocessing:mainfrom
kjhollen:verify-codesign-1504
Open

add codesign verify step for mac builds#1509
kjhollen wants to merge 1 commit intoprocessing:mainfrom
kjhollen:verify-codesign-1504

Conversation

@kjhollen
Copy link
Copy Markdown
Member

and use verbose output so that during release actions, someone can get a little info to debug the issue even if they don't have a mac.

this ended up being implemented in the gradle build file instead of the release.yml file, because the Build with Gradle step (which is ./gradlew packageDistributionForCurrentOS) includes both signing and notarization. to stop the build early if the app signing failed, the intervening check had to be inserted into the normal build process.

and use verbose output so that during release actions, someone can
get a little info to debug the issue even if they don't have a mac.

this ended up being implemented in the gradle build file instead of
the release.yml file, because the Build with Gradle step (which is
`./gradlew packageDistributionForCurrentOS`) includes both
signing and notarization. to stop the build early if the app signing
failed, the intervening check had to be inserted into the normal
build process.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant