Skip to content

Commit 7f95b12

Browse files
committed
path improve
1 parent adad257 commit 7f95b12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/draft-pdf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
uses: actions/upload-artifact@v4
2828
with:
2929
name: paper
30-
path: paper.pdf # Output PDF path
30+
path: paper/paper.pdf # Output PDF path
3131

3232
# Step 4 (Optional): Commit the generated PDF back to the repo
3333
- name: Commit PDF to repository
3434
uses: EndBug/add-and-commit@v9
3535
with:
3636
message: '(auto) Paper PDF Draft'
37-
add: 'paper.pdf' # or 'paper/*.pdf' for multiple PDFs
37+
add: 'paper/*.pdf' # or 'paper/*.pdf' for multiple PDFs

0 commit comments

Comments
 (0)