Skip to content

Commit b473ea9

Browse files
authored
Rename artifact adding python-docs-pt-br
1 parent 9121b40 commit b473ea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
if: always() && steps.build.outcome == 'success'
109109
uses: actions/upload-artifact@v4.3.5
110110
with:
111-
name: build-${{ inputs.version }}-${{ matrix.format }}
111+
name: python-docs-pt-br-${{ inputs.version }}-${{ matrix.format }}
112112
path: cpython/Doc/build/${{ matrix.format }}
113113

114114
# Build Python docs in PDF format and make available for download.
@@ -125,7 +125,7 @@ jobs:
125125
- run: make
126126
- uses: actions/upload-artifact@v4
127127
with:
128-
name: build-${{ inputs.version }}-pdf
128+
name: python-docs-pt-br-${{ inputs.version }}-pdf
129129
path: ./*.pdf
130130

131131
# Run sphinx-lint to find wrong reST syntax in PO files. Always store logs.

0 commit comments

Comments
 (0)