We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317dd72 commit a10942aCopy full SHA for a10942a
.github/workflows/spm.yml
@@ -153,4 +153,9 @@ jobs:
153
run: scripts/third_party/travis/retry.sh ./scripts/build.sh version-test ${{ matrix.target }} spm
154
- name: Analytics Build Tests
155
run: scripts/third_party/travis/retry.sh ./scripts/build.sh analytics-import-test ${{ matrix.target }} spm
156
+ - uses: actions/upload-artifact@v4
157
+ if: ${{ failure() }}
158
+ with:
159
+ name: spm-platforms-${{ matrix.target }}-${{ matrix.os }}-${{ matrix.xcode }}-logs
160
+ path: xcodebuild-*.log
161
0 commit comments