Skip to content

Commit 1a3ec9d

Browse files
committed
Upload archive
1 parent 2f56f6c commit 1a3ec9d

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
@@ -171,6 +171,10 @@ jobs:
171171
- name: Build test app
172172
run: xcodebuild archive -workspace ReactTestApp.xcworkspace -configuration Release -scheme ReactTestApp -destination generic/platform="iOS" -archivePath ./build/test-app.xcarchive # | xcbeautify
173173
working-directory: apps/test-app/ios
174+
- uses: actions/upload-artifact@v6
175+
with:
176+
name: test-app-build
177+
path: apps/test-app/ios/build/test-app.xcarchive
174178
- name: Run test app
175179
run: |
176180
# Install the app

0 commit comments

Comments
 (0)