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