Skip to content

Commit 3919105

Browse files
authored
Fix name of the artifact to download
1 parent b473ea9 commit 3919105

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
@@ -119,7 +119,7 @@ jobs:
119119
steps:
120120
- uses: actions/download-artifact@v5
121121
with:
122-
name: build-${{ inputs.version }}-latex
122+
name: python-docs-pt-br-${{ inputs.version }}-latex
123123
- run: sudo apt-get update
124124
- run: sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy texlive-lang-portuguese
125125
- run: make

0 commit comments

Comments
 (0)