Skip to content

Commit e02f7e8

Browse files
authored
fix(js): framework path in podspec file (#145)
Signed-off-by: Timo Glastra <[email protected]>
1 parent 4e2d1c1 commit e02f7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288
xcodebuild -create-xcframework \
289289
-library aarch64-apple-ios/libindy_vdr.a -headers ./libindy_vdr/include/libindy_vdr.h \
290290
-library libindy_vdr.a -headers ./libindy_vdr/include/libindy_vdr.h \
291-
-output output/libindy_vdr.xcframework
291+
-output output/indy_vdr.xcframework
292292
- name: Save xcframework
293293
uses: actions/upload-artifact@v3
294294
with:

0 commit comments

Comments
 (0)