We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d290e7e commit 2e54668Copy full SHA for 2e54668
.github/workflows/build-artifacts.yml
@@ -48,6 +48,9 @@ jobs:
48
install.packages(c("rcmdcheck", "httpuv", "devtools"))
49
remotes::install_deps(dependencies = TRUE)
50
shell: Rscript {0}
51
+ - name: Create dist directory
52
+ run: mkdir dist
53
+ shell: bash
54
- name: Build source (Linux)
55
if: runner.os == 'Linux'
56
run: devtools::build(binary = FALSE, path = "dist")
@@ -64,5 +67,4 @@ jobs:
64
67
uses: actions/upload-artifact@v4
65
68
with:
66
69
name: doremifasol_${{ env.PACKAGE_VERSION }}_${{ runner.os }}-r${{ matrix.config.r-version }}
- path: dist/**
- retention-days: 0
70
+ path: dist/**
0 commit comments