Skip to content

Commit 9f4a2ad

Browse files
authored
Adjust artifact filename
1 parent 6510194 commit 9f4a2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
if: always() && steps.build.outcome == 'failure'
109109
uses: actions/upload-artifact@v4
110110
with:
111-
name: ${{ inputs.version }}-build-logs
111+
name: build-${{ inputs.version }}-${{ matrix.format }}
112112
path: logs/*
113113

114114
# Build Python docs in PDF format and make available for download.

0 commit comments

Comments
 (0)