Skip to content

Commit

Permalink
Use ostype for runner check
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardn committed Aug 27, 2024
1 parent 1b9668f commit e21646e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/check-pharmr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ runs:
shell: Rscript {0}

- name: Upload source package artifact
if: runner.os == 'ubuntu'
if: runner.os == 'Linux'
uses: actions/upload-artifact@v4
with:
name: pharmr
Expand Down

0 comments on commit e21646e

Please sign in to comment.