Skip to content

Commit

Permalink
Update joss-paper.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
magland authored Feb 26, 2024
1 parent 9806746 commit 316e839
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/joss-paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
with:
journal: joss
paper-path: paper/joss/paper.md
- name: Upload
uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
id: artifact-upload-step
with:
name: paper
path: paper/joss/paper.pdf
path: paper/joss/paper.pdf
- name: Output artifact URL
run: echo 'Artifact URL is ${{ steps.artifact-upload-step.outputs.artifact-url }}'

0 comments on commit 316e839

Please sign in to comment.