6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit ae8a6eed
Changed files
.github/workflows/build-ios-stage.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-)
Diff
diff --git a/.github/workflows/build-ios-stage.yml b/.github/workflows/build-ios-stage.yml
index 1e8b4c2f..074e43a5 100644
--- a/.github/workflows/build-ios-stage.yml
+++ b/.github/workflows/build-ios-stage.yml
@@ -28,12 +28,9 @@ jobs:
/usr/bin/xcodebuild -version
- name: Install the Apple certificate and provisioning profile
+ shell: sh
run: >-
- sh .github/workflows/scripts/ios_install_signing_files.sh
- $CERTIFICATE_P12
- $P12_PASSWORD
- $PROVISIONING_PROFILE
- $RUNNER_TEMP
+ sh .github/workflows/scripts/ios_install_signing_files.sh
- name: Download dotenv
env: