Skip to content

Commit 17f71d6

Browse files
committed
fix command
1 parent fa8c3fd commit 17f71d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
shell: bash
5454
working-directory: ./
5555
run: |
56-
- run: echo "$IOS_DUMMY_PROVISION" | base64 --decode
56+
echo "$IOS_DUMMY_PROVISION" | base64 --decode
5757
5858
- name: iOS Build Action
5959
uses: yukiarrr/ios-build-action@v1.12.0

0 commit comments

Comments
 (0)