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 5a7d96e commit 9e83d15Copy full SHA for 9e83d15
.github/workflows/common.yml
@@ -123,3 +123,9 @@ jobs:
123
${{ inputs.target }} \
124
${{ matrix.platform }} \
125
${{ (contains(inputs.buildonly_platforms, matrix.platform) || contains(inputs.buildonly_platforms, 'all')) && 'spmbuildonly' || 'spm' }}
126
+ - uses: actions/upload-artifact@v4
127
+ if: ${{ failure() }}
128
+ with:
129
+ name: xcodebuild-logs-${{ inputs.target }}-${{ matrix.platform }}-${{ matrix.os }}-${{ matrix.xcode }}
130
+ path: xcodebuild-*.log
131
+ if-no-files-found: error
0 commit comments