Skip to content

Commit 9121b40

Browse files
authored
filter pdf files to upload artifact
1 parent 43c3208 commit 9121b40

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
@@ -126,7 +126,7 @@ jobs:
126126
- uses: actions/upload-artifact@v4
127127
with:
128128
name: build-${{ inputs.version }}-pdf
129-
path: .
129+
path: ./*.pdf
130130

131131
# Run sphinx-lint to find wrong reST syntax in PO files. Always store logs.
132132
# If issues are found, notify telegram and upload logs.

0 commit comments

Comments
 (0)