Skip to content

Commit

Permalink
add log as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
entorb committed Apr 4, 2024
1 parent 101c4eb commit 9d24049
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/make-pdf-1-select.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
with:
path: |
chapters/*.aux
hpmor*.aux
hpmor*.fdb_latexmk
hpmor*.fls
hpmor*.out
hpmor*.pdf
hpmor*.toc
hpmor*.xdv
${{ github.event.inputs.pdf_target }}.aux
${{ github.event.inputs.pdf_target }}.fdb_latexmk
${{ github.event.inputs.pdf_target }}.fls
${{ github.event.inputs.pdf_target }}.out
${{ github.event.inputs.pdf_target }}.pdf
${{ github.event.inputs.pdf_target }}.toc
${{ github.event.inputs.pdf_target }}.xdv
key: latex

- name: ls chapters
Expand Down Expand Up @@ -82,6 +82,11 @@ jobs:
files: |
./hpmor*.pdf
- uses: actions/upload-artifact@v4
with:
name: "${{ github.event.inputs.pdf_target }}.log"
path: "${{ github.event.inputs.pdf_target }}.log"

- name: ls after
run: |
ls -l
Expand Down

0 comments on commit 9d24049

Please sign in to comment.