From 612e2345ca2cf526d221e186bd35e7440fa03219 Mon Sep 17 00:00:00 2001 From: Nathan Ellis Date: Thu, 18 Jul 2024 17:45:21 +0100 Subject: [PATCH] Update build_sign_release.yml --- .github/workflows/build_sign_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_sign_release.yml b/.github/workflows/build_sign_release.yml index 7c8d0f0..ddac04d 100644 --- a/.github/workflows/build_sign_release.yml +++ b/.github/workflows/build_sign_release.yml @@ -47,7 +47,7 @@ jobs: - name: Export the app run: | - sed -i '' 's/__TEAM_ID__/$PROD_MACOS_TEAM_ID/' ExportOptions.plist + sed -i '' "s/__TEAM_ID__/$PROD_MACOS_TEAM_ID/" ExportOptions.plist xcodebuild -exportArchive -archivePath $PWD/build/WeatherApp.xcarchive -exportPath $PWD/build -exportOptionsPlist ExportOptions.plist - name: Codesign app bundle