We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162d780 commit bfa00b4Copy full SHA for bfa00b4
.github/workflows/check.yml
@@ -172,6 +172,10 @@ jobs:
172
- name: Build test app
173
run: xcodebuild archive -workspace ReactTestApp.xcworkspace -configuration Release -scheme ReactTestApp -destination generic/platform="iOS" -archivePath ./build/test-app.xcarchive # | xcbeautify
174
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
179
- name: Run test app
180
run: |
181
# Install the app
0 commit comments