Skip to content

Commit 09139bf

Browse files
committed
fix 2
1 parent d5061a8 commit 09139bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/bundle-xcframeworks/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,13 @@ runs:
4848
- name: "Merge archives into xcframeworks"
4949
shell: bash
5050
run: |
51+
cd ios
5152
CONFIGURATION=Debug make build-xcframework
5253
CONFIGURATION=Release make build-xcframework
5354
5455
- name: "Validate file size"
5556
shell: bash
5657
run: |
58+
cd ios
5759
make FILE_PATH=./ReactNative-binary-Debug.tar.gz validate-archive
5860
make FILE_PATH=./ReactNative-binary-Release.tar.gz validate-archive

0 commit comments

Comments
 (0)