diff --git a/.github/workflows/release-build.yaml b/.github/workflows/release-build.yaml index 03ecf12..a55e9cf 100644 --- a/.github/workflows/release-build.yaml +++ b/.github/workflows/release-build.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup R environment uses: r-lib/actions/setup-r@v2 @@ -28,7 +28,7 @@ jobs: needs: check - name: Build package - run: R CMD build . + run: Rscript -e "R CMD build ." - name: Create binary package run: |