summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
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" \