Skip to content

Commit bfa00b4

Browse files
committed
Upload archive
1 parent 162d780 commit bfa00b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@ jobs:
172172
- name: Build test app
173173
run: xcodebuild archive -workspace ReactTestApp.xcworkspace -configuration Release -scheme ReactTestApp -destination generic/platform="iOS" -archivePath ./build/test-app.xcarchive # | xcbeautify
174174
working-directory: apps/test-app/ios
175+
- uses: actions/upload-artifact@v6
176+
with:
177+
name: test-app-build
178+
path: apps/test-app/ios/build/test-app.xcarchive
175179
- name: Run test app
176180
run: |
177181
# Install the app

0 commit comments

Comments
 (0)