Skip to content

Commit 5ccf551

Browse files
committed
decode profile
1 parent 5e351e5 commit 5ccf551

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"
22+
echo "$IOS_DUMMY_PROVISION" | base64 --decode
2323
env:
2424
IOS_DUMMY_PROVISION: ${{ secrets.IOS_DUMMY_PROVISION }}
2525

0 commit comments

Comments
 (0)