summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorrejbasket <39080670+rejbasket@users.noreply.github.com>2025-05-09 09:55:16 +0200
committerGitHub <noreply@github.com>2025-05-09 09:55:16 +0200
commit3121d5365b9a13570531288f6fe2cd4b3f29ec1f (patch)
tree87c2428855efb93655c5e55f5132e974dc50b76d /bin
parent3b9362d270cfb34638f1c7765f5bc513e2624a45 (diff)
macos notary fix to allow beta releases (#3710)
build.yml fixed issue with if conditon not seeing tags properly
Diffstat (limited to 'bin')
-rw-r--r--bin/build-distribution-archives2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-distribution-archives b/bin/build-distribution-archives
index c194a81b..72da7c7b 100644
--- a/bin/build-distribution-archives
+++ b/bin/build-distribution-archives
@@ -50,7 +50,7 @@ if [ "$BUILD" = "osx" ]; then
--scripts installer_scripts/scripts \
--install-location ${PKG_INSTALL_PATH}inkstitch.app \
artifacts/inkstitch-${VERSION}-${OS}-${ARCH}.pkg
- if [[ "${GITHUB_REF}" =~ ^refs/tags/v[0-9.]+$ || $NOTARIZE_DEVELOPMENT_BUILDS == true ]]; then
+ if [[ "${GITHUB_REF}" =~ ^refs/tags/v[0-9.]+ || $NOTARIZE_DEVELOPMENT_BUILDS == true ]]; then
echo "Notary starting"
echo "Adding keychain item for notarytool"
xcrun notarytool store-credentials "inkstitch-profile" \