Skip to content

Commit fa1516b

Browse files
committed
Expose logs
1 parent 3beb01b commit fa1516b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
id: build-pdf
4444
working-directory: ./Doc
4545
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
4650
- uses: actions/upload-artifact@master
4751
with:
4852
name: ${{ github.event.inputs.reference }}-docs-pdf-a4.zip

0 commit comments

Comments
 (0)