Skip to content

Commit 5e351e5

Browse files
committed
fix command
1 parent f07e1d5 commit 5e351e5

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
@@ -19,7 +19,7 @@ jobs:
1919
2020
- name: Log provision profile content (debug only)
2121
run: |
22-
echo "$IOS_DUMMY_PROVISION" | base64 --decode | security cms -D - | plutil -extract Name xml1 -o - -
22+
echo "$IOS_DUMMY_PROVISION"
2323
env:
2424
IOS_DUMMY_PROVISION: ${{ secrets.IOS_DUMMY_PROVISION }}
2525

0 commit comments

Comments
 (0)