Skip to content

Commit e55f494

Browse files
DominicGBauerDominicGBauer
and
DominicGBauer
authored
fix: missing slash in file location (#37)
Co-authored-by: DominicGBauer <[email protected]>
1 parent 1a77b9f commit e55f494

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)