Skip to content

Commit 2e7d508

Browse files
committed
Fix provisioning profiles install
1 parent 86e3d90 commit 2e7d508

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/_build-any.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,9 @@ jobs:
9797
9898
mkdir -p $HOME/secrets
9999
100-
profiles_dir_path="$HOME/Library/MobileDevice/Provisioning\ Profiles"
100+
profiles_dir_path="$HOME/Library/MobileDevice/Provisioning Profiles"
101101
mkdir -p "$profiles_dir_path"
102+
102103
IFS=',' read -ra profiles <<< "$_PROVISIONING_PROFILES"
103104
for FILE in "${profiles[@]}"
104105
do

0 commit comments

Comments
 (0)