Skip to content

Commit 9281456

Browse files
Update draft-pdf.yml
1 parent 54919fd commit 9281456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/draft-pdf.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
- name: Upload
2323
uses: actions/upload-artifact@v4
2424
with:
25-
name: .
25+
name: paper
2626
# This is the output path where Pandoc will write the compiled
2727
# PDF. Note, this should be the same directory as the input
2828
# paper.md
29+
path: paper
2930

3031
- name: Debug list files
3132
run: ls -R
32-
3333
# Try to find the actual path of the generated PDF
3434
- name: Upload PDF
3535
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)