Skip to content

Commit 2e54668

Browse files
réécrit le ci sur les artifacts
1 parent d290e7e commit 2e54668

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-artifacts.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
install.packages(c("rcmdcheck", "httpuv", "devtools"))
4949
remotes::install_deps(dependencies = TRUE)
5050
shell: Rscript {0}
51+
- name: Create dist directory
52+
run: mkdir dist
53+
shell: bash
5154
- name: Build source (Linux)
5255
if: runner.os == 'Linux'
5356
run: devtools::build(binary = FALSE, path = "dist")
@@ -64,5 +67,4 @@ jobs:
6467
uses: actions/upload-artifact@v4
6568
with:
6669
name: doremifasol_${{ env.PACKAGE_VERSION }}_${{ runner.os }}-r${{ matrix.config.r-version }}
67-
path: dist/**
68-
retention-days: 0
70+
path: dist/**

0 commit comments

Comments
 (0)