Skip to content

Commit f1cf513

Browse files
authored
Merge pull request #1505 from anyproto/go-3906-tantivy-for-ios
GO-3906 Fix tantivy build for ios
2 parents 9d8e61f + fc43986 commit f1cf513

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,9 @@ jobs:
233233
go install go.uber.org/mock/[email protected]
234234
make test-deps
235235
gomobile bind -tags "envproduction nogrpcserver gomobile nowatchdog nosigar nomutexdeadlockdetector timetzdata" -ldflags "$FLAGS" -v -target=ios -o Lib.xcframework github.com/anyproto/anytype-heart/clientlibrary/service github.com/anyproto/anytype-heart/core || true
236+
mkdir -p dist/ios/ && mv Lib.xcframework dist/ios/
236237
go run cmd/iosrepack/main.go
237-
gtar --exclude ".*" -czvf ios_framework.tar.gz Lib.xcframework protobuf json
238+
gtar --exclude ".*" -czvf ios_framework.tar.gz dist/ios/Lib.xcframework protobuf json
238239
gradle publish
239240
mv ios_framework.tar.gz .release/ios_framework_${VERSION}.tar.gz
240241
env:

0 commit comments

Comments
 (0)