Skip to content

Commit 86d4e58

Browse files
authored
Update test-build.yml
1 parent 5fcd842 commit 86d4e58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
working-directory: ./Doc
3030
- uses: actions/checkout@master
3131
with:
32-
ref: ${{ matrix.version }}
32+
ref: 3.14
3333
path: Doc/locales/sv/LC_MESSAGES
3434
- run: git pull
3535
working-directory: ./Doc/locales/sv/LC_MESSAGES
@@ -40,7 +40,7 @@ jobs:
4040
if: success() || failure()
4141
with:
4242
name: build-${{ matrix.version }}-${{ matrix.format }}
43-
path: Doc/build/${{ matrix.format }}
43+
path: Doc/build/3.14
4444

4545
output-pdf:
4646
runs-on: ubuntu-latest
@@ -51,11 +51,11 @@ jobs:
5151
steps:
5252
- uses: actions/download-artifact@master
5353
with:
54-
name: build-${{ matrix.version }}-latex
54+
name: build-3.14-latex
5555
- run: sudo apt-get update
5656
- run: sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy
5757
- run: make
5858
- uses: actions/upload-artifact@master
5959
with:
60-
name: build-${{ matrix.version }}-pdf
60+
name: build-3.14-pdf
6161
path: .

0 commit comments

Comments
 (0)