Skip to content

Commit 8932fe0

Browse files
action paper
1 parent 65a284a commit 8932fe0

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/draft-pdf.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@ jobs:
2020
branch: action_paper
2121
issue_id: 8393
2222
journal: joss
23-
- name: Upload PDF
24-
id: upload-pdf
25-
uses: xuanxu/upload-files-action@main
23+
- name: Upload
24+
uses: actions/upload-artifact@v4
2625
with:
27-
papers_repo: openjournals/joss-papers
28-
branch_prefix: joss
29-
issue_id: 8393
30-
pdf_path: ${{ steps.generate-files.outputs.pdf_path}}
26+
name: paper
27+
path: ${{ steps.generate-files.outputs.pdf_path}}

0 commit comments

Comments
 (0)