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 6510194 commit 9f4a2adCopy full SHA for 9f4a2ad
.github/workflows/check.yml
@@ -108,7 +108,7 @@ jobs:
108
if: always() && steps.build.outcome == 'failure'
109
uses: actions/upload-artifact@v4
110
with:
111
- name: ${{ inputs.version }}-build-logs
+ name: build-${{ inputs.version }}-${{ matrix.format }}
112
path: logs/*
113
114
# Build Python docs in PDF format and make available for download.
0 commit comments