Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit e7b7795

Browse files
committed
fix: exclude rootfetch dir from gomobile
1 parent 70d4829 commit e7b7795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: gomobile bind
5353
run: |
54-
gomobile bind -target=ios,iossimulator,macos -o TinfoilVerifier.xcframework $(go list ./... | grep -v "/examples/" | xargs)
54+
gomobile bind -target=ios,iossimulator,macos -o TinfoilVerifier.xcframework $(go list ./... | grep -v -E "/examples/|/rootfetch|/wasm" | xargs)
5555
zip -r TinfoilVerifier.xcframework.zip TinfoilVerifier.xcframework
5656
5757
- name: Deploy to GH pages

0 commit comments

Comments
 (0)