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 fa8c3fd commit 17f71d6Copy full SHA for 17f71d6
1 file changed
.github/workflows/ios-build-custom-dev-app.yml
@@ -53,7 +53,7 @@ jobs:
53
shell: bash
54
working-directory: ./
55
run: |
56
- - run: echo "$IOS_DUMMY_PROVISION" | base64 --decode
+ echo "$IOS_DUMMY_PROVISION" | base64 --decode
57
58
- name: iOS Build Action
59
uses: yukiarrr/ios-build-action@v1.12.0
0 commit comments