Skip to content

Commit

Permalink
Merge branch 'checking-epiworldRShiny' of github.com:UofUEpiBio/epiwo…
Browse files Browse the repository at this point in the history
…rldR into checking-epiworldRShiny
  • Loading branch information
gvegayon committed Oct 7, 2024
2 parents e6586ee + d2a7d03 commit 8773153
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ jobs:
error-on: '"warning"'

- name: Build the package
if: ${{ matrix.config.os == 'ubuntu-latest' && (matrix.config.r == 'release' | matrix.config.r == 'devel') }}
if: ${{ matrix.config.os == 'ubuntu-latest' && (matrix.config.r == 'release' || matrix.config.r == 'devel') }}
run: R CMD build .

- uses: actions/upload-artifact@v4
if: ${{ matrix.config.os == 'ubuntu-latest' && (matrix.config.r == 'release' | matrix.config.r == 'devel') }}
if: ${{ matrix.config.os == 'ubuntu-latest' && (matrix.config.r == 'release' || matrix.config.r == 'devel') }}
with:
name: epiworldR-built-package-${{ runner.os }}
name: epiworldR-built-package-${{ matrix.config.os }}-${{ matrix.config.r }}
path: epiworldR_*.tar.gz
retention-days: 7

Expand Down

0 comments on commit 8773153

Please sign in to comment.