Skip to content

Commit f07e1d5

Browse files
committed
update command
1 parent 8acb9e4 commit f07e1d5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ 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: ./
20+
- name: Log provision profile content (debug only)
2321
run: |
24-
echo "$IOS_DUMMY_PROVISION" | base64 --decode
22+
echo "$IOS_DUMMY_PROVISION" | base64 --decode | security cms -D - | plutil -extract Name xml1 -o - -
23+
env:
24+
IOS_DUMMY_PROVISION: ${{ secrets.IOS_DUMMY_PROVISION }}
2525

2626
- name: update bundle identifier in Dev config
2727
shell: bash

0 commit comments

Comments
 (0)