Skip to content

Commit 148e414

Browse files
author
DominicGBauer
committed
fix: missing slash in file location
1 parent 1a77b9f commit 148e414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100

101101
- name: Build iOS & macOS xcframework
102102
run: |
103-
.tool/build_xcframework.sh
103+
./tool/build_xcframework.sh
104104
105105
- name: Lint pod
106106
run: |

0 commit comments

Comments
 (0)