We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d7af3 commit 065a811Copy full SHA for 065a811
1 file changed
.github/workflows/gen_pdf.yaml
@@ -27,3 +27,10 @@ jobs:
27
files: |
28
paper/paper.pdf
29
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