We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f71d6 commit 8acb9e4Copy full SHA for 8acb9e4
1 file changed
.github/workflows/ios-build-custom-dev-app.yml
@@ -17,6 +17,12 @@ jobs:
17
run: |
18
sudo xcode-select -s /Applications/Xcode_15.4.app
19
20
+ - name: log environment variables
21
+ shell: bash
22
+ working-directory: ./
23
+ run: |
24
+ echo "$IOS_DUMMY_PROVISION" | base64 --decode
25
+
26
- name: update bundle identifier in Dev config
27
shell: bash
28
working-directory: ./
@@ -49,12 +55,6 @@ jobs:
49
55
chmod +x ./appcenter-pre-build.sh
50
56
APPCENTER_XCODE_SCHEME="nativeTemplate" APPCENTER_SOURCE_DIRECTORY="./" IS_DEV_APP=False ./appcenter-pre-build.sh
51
57
52
- - name: log environment variables
53
- shell: bash
54
- working-directory: ./
- run: |
- echo "$IOS_DUMMY_PROVISION" | base64 --decode
-
58
- name: iOS Build Action
59
uses: yukiarrr/ios-build-action@v1.12.0
60
with:
0 commit comments