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 f07e1d5 commit 5e351e5Copy full SHA for 5e351e5
1 file changed
.github/workflows/ios-build-custom-dev-app.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Log provision profile content (debug only)
21
run: |
22
- echo "$IOS_DUMMY_PROVISION" | base64 --decode | security cms -D - | plutil -extract Name xml1 -o - -
+ echo "$IOS_DUMMY_PROVISION"
23
env:
24
IOS_DUMMY_PROVISION: ${{ secrets.IOS_DUMMY_PROVISION }}
25
0 commit comments