Skip to content

Commit e7d9e08

Browse files
committed
Update artifact upload paths in build.yaml to include .tex files
1 parent 87f1deb commit e7d9e08

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646
- uses: actions/upload-artifact@master
4747
with:
4848
name: pdf-logs.zip
49-
path: ./Doc/build/latex/*.log
49+
path: |
50+
./Doc/build/latex/*.log
51+
./Doc/build/latex/*.tex
5052
- uses: actions/upload-artifact@master
5153
with:
5254
name: docs-pdf-a4.zip

0 commit comments

Comments
 (0)