We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3beb01b commit fa1516bCopy full SHA for fa1516b
1 file changed
.github/workflows/build.yaml
@@ -43,6 +43,10 @@ jobs:
43
id: build-pdf
44
working-directory: ./Doc
45
continue-on-error: true
46
+ - uses: actions/upload-artifact@master
47
+ with:
48
+ name: ${{ github.event.inputs.reference }}-pdf-logs.zip
49
+ path: ./Doc/build/latex/*.log
50
- uses: actions/upload-artifact@master
51
with:
52
name: ${{ github.event.inputs.reference }}-docs-pdf-a4.zip
0 commit comments