From c2f147f304a23949560faff2934c96d51befdb57 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Tue, 26 Nov 2024 16:26:21 +0100 Subject: [PATCH] maybe quoting helps --- .github/workflows/build-mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-mac.yml b/.github/workflows/build-mac.yml index 3fa8944..a651a33 100644 --- a/.github/workflows/build-mac.yml +++ b/.github/workflows/build-mac.yml @@ -102,7 +102,7 @@ jobs: run: | sed -i '' "s|###BUNDLE_SHORT_VERSION_STRING###|${VERSION_NO}|g" cryptomator-cli.app/Contents/Info.plist sed -i '' "s|###BUNDLE_VERSION###|${REVISION_NO}|g" cryptomator-cli.app/Contents/Info.plist - echo -n "$PROVISIONING_PROFILE_BASE64" | base64 --decode --output cryptomator-cli.app/Contents/embedded.provisionprofile + echo -n "$PROVISIONING_PROFILE_BASE64" | base64 --decode --output "cryptomator-cli.app/Contents/embedded.provisionprofile" working-directory: target env: VERSION_NO: ${{ needs.prepare.outputs.semVerNum }}