| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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.
| Back | FazBrowse Home | New Git URL |
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.