Skip to content

Commit 8acb9e4

Browse files
committed
put command to top
1 parent 17f71d6 commit 8acb9e4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ios-build-custom-dev-app.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
run: |
1818
sudo xcode-select -s /Applications/Xcode_15.4.app
1919
20+
- name: log environment variables
21+
shell: bash
22+
working-directory: ./
23+
run: |
24+
echo "$IOS_DUMMY_PROVISION" | base64 --decode
25+
2026
- name: update bundle identifier in Dev config
2127
shell: bash
2228
working-directory: ./
@@ -49,12 +55,6 @@ jobs:
4955
chmod +x ./appcenter-pre-build.sh
5056
APPCENTER_XCODE_SCHEME="nativeTemplate" APPCENTER_SOURCE_DIRECTORY="./" IS_DEV_APP=False ./appcenter-pre-build.sh
5157
52-
- name: log environment variables
53-
shell: bash
54-
working-directory: ./
55-
run: |
56-
echo "$IOS_DUMMY_PROVISION" | base64 --decode
57-
5858
- name: iOS Build Action
5959
uses: yukiarrr/ios-build-action@v1.12.0
6060
with:

0 commit comments

Comments
 (0)