Skip to content

Commit

Permalink
Merge pull request #1508 from anyproto/fix-build-script
Browse files Browse the repository at this point in the history
Fix build-script
  • Loading branch information
fat-fellow authored Aug 26, 2024
2 parents 7f0c94a + 8105c1e commit d23a3dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ jobs:
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
mkdir -p dist/ios/ && mv Lib.xcframework dist/ios/
go run cmd/iosrepack/main.go
gtar --exclude ".*" -czvf ios_framework.tar.gz dist/ios/Lib.xcframework protobuf json
mv dist/ios/Lib.xcframework .
gtar --exclude ".*" -czvf ios_framework.tar.gz Lib.xcframework protobuf json
gradle publish
mv ios_framework.tar.gz .release/ios_framework_${VERSION}.tar.gz
env:
Expand Down

0 comments on commit d23a3dd

Please sign in to comment.