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 5e351e5 commit 5ccf551Copy full SHA for 5ccf551
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"
+ echo "$IOS_DUMMY_PROVISION" | base64 --decode
23
env:
24
IOS_DUMMY_PROVISION: ${{ secrets.IOS_DUMMY_PROVISION }}
25
0 commit comments