Skip to content

Commit

Permalink
Update name and configuration of the R-CMD-build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aursiber committed Mar 15, 2024
1 parent 7fbf9c4 commit 730fec4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
pull_request:
branches: [main, master]

name: build-linux
name: R-CMD-build

jobs:
build-bin-linux:
R-CMD-build:
runs-on: ${{ matrix.config.os }}

name: ${{ matrix.config.os }} (${{ matrix.config.r }})
Expand Down Expand Up @@ -46,10 +46,10 @@ jobs:
- name: Build
run: |
install.packages("pkgbuild")
pkgbuild::build(".", binary = TRUE)
pkgbuild::build(".")
shell: Rscript {0}

- uses: actions/upload-artifact@v4
with:
name: binaries-for-linux
name: R-CMD-build
path: /home/runner/work/LifemapR/LifemapR*.tar.gz

0 comments on commit 730fec4

Please sign in to comment.