Skip to content

Commit fc693fa

Browse files
committed
ci: attempt fix for JOSS preview artifacts
1 parent 8d1af9f commit fc693fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/paper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
with:
2525
journal: joss
2626
paper-path: paper.md
27-
- name: List files (Debug)
27+
- name: Check for PDF (Debug)
2828
run: |
2929
ls -R
3030
find . -name "*.pdf"
3131
- name: Upload PDF
3232
uses: actions/upload-artifact@v4
3333
with:
3434
name: paper
35-
path: "**/*.pdf"
35+
path: "*.pdf"

0 commit comments

Comments
 (0)