Skip to content

Commit

Permalink
Upload pharmr source package artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardn committed Aug 27, 2024
1 parent 6e557b4 commit 81c3e44
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/check-pharmr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ runs:
rcmdcheck::rcmdcheck(args = c("--no-manual"), error_on = "warning", check_dir = "check")
shell: Rscript {0}

- name: Upload source package artifact
uses: actions/upload-artifact@v4
with:
name: pharmr
path: pharmr_*.tar.gz

- name: Upload check results
if: failure()
uses: actions/upload-artifact@main
Expand Down

0 comments on commit 81c3e44

Please sign in to comment.