We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5061a8 commit 09139bfCopy full SHA for 09139bf
.github/workflows/bundle-xcframeworks/action.yml
@@ -48,11 +48,13 @@ runs:
48
- name: "Merge archives into xcframeworks"
49
shell: bash
50
run: |
51
+ cd ios
52
CONFIGURATION=Debug make build-xcframework
53
CONFIGURATION=Release make build-xcframework
54
55
- name: "Validate file size"
56
57
58
59
make FILE_PATH=./ReactNative-binary-Debug.tar.gz validate-archive
60
make FILE_PATH=./ReactNative-binary-Release.tar.gz validate-archive
0 commit comments