Skip to content

Commit ca155a0

Browse files
committed
ci: use official JOSS draft action configuration
1 parent fc693fa commit ca155a0

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/paper.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,8 @@ jobs:
2424
with:
2525
journal: joss
2626
paper-path: paper.md
27-
- name: Check for PDF (Debug)
28-
run: |
29-
ls -R
30-
find . -name "*.pdf"
3127
- name: Upload PDF
3228
uses: actions/upload-artifact@v4
3329
with:
3430
name: paper
35-
path: "*.pdf"
31+
path: paper.pdf

0 commit comments

Comments
 (0)