Skip to content

Commit

Permalink
rstan ver
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Aug 2, 2023
1 parent 515785c commit e56ca90
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:

- name: Build binary packages
run: |
echo "RSTAN_VERSION=$(grep '^Version' rstan/rstan/DESCRIPTION | sed 's/.*: *//')" >> $GITHUB_ENV
bin2 <- pkgbuild::build("./rstan/rstan", dest_path = tempdir(), vignettes = FALSE, manual = FALSE, binary = TRUE)
dir.create("build_bin")
file.copy(c(bin2), "build_bin")
Expand All @@ -54,8 +53,8 @@ jobs:
if: matrix.config.os == 'ubuntu-latest' && matrix.config.r == 'release'
uses: actions/upload-artifact@v2
with:
name: rstan_${{ env.RSTAN_VERSION }}.tar.gz
path: build/rstan_${{ env.RSTAN_VERSION }}.tar.gz
name: rstan_2.26.22.tar.gz
path: build/rstan_2.26.22.tar.gz

- name: Upload binary packages
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit e56ca90

Please sign in to comment.