Commit 5164116
authored
add codesign verify step for mac builds (#1509)
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.1 parent c6090d5 commit 5164116
1 file changed
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
393 | 412 | | |
394 | 413 | | |
395 | 414 | | |
| |||
0 commit comments