Skip to content

Commit 065a811

Browse files
authored
Update gen_pdf.yaml
1 parent e5d7af3 commit 065a811

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/gen_pdf.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,10 @@ jobs:
2727
files: |
2828
paper/paper.pdf
2929
info.txt
30+
- name: Upload generated PDF as artifact
31+
uses: actions/upload-artifact@v4
32+
with:
33+
name: PDF and info.txt
34+
path: |
35+
paper/paper.pdf
36+
info.txt

0 commit comments

Comments
 (0)