Skip to content

Commit

Permalink
enable uploading GitHub Actions artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
slowkow committed Jan 22, 2021
1 parent 2bf0cb2 commit f5513ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
shell: Rscript {0}

- name: Upload check results
if: failure()
#if: failure()
uses: actions/upload-artifact@main
with:
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
Expand Down

0 comments on commit f5513ae

Please sign in to comment.