We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a284a commit 8932fe0Copy full SHA for 8932fe0
.github/workflows/draft-pdf.yml
@@ -20,11 +20,8 @@ jobs:
20
branch: action_paper
21
issue_id: 8393
22
journal: joss
23
- - name: Upload PDF
24
- id: upload-pdf
25
- uses: xuanxu/upload-files-action@main
+ - name: Upload
+ uses: actions/upload-artifact@v4
26
with:
27
- papers_repo: openjournals/joss-papers
28
- branch_prefix: joss
29
- issue_id: 8393
30
- pdf_path: ${{ steps.generate-files.outputs.pdf_path}}
+ name: paper
+ path: ${{ steps.generate-files.outputs.pdf_path}}
0 commit comments