Skip to content

Commit d290e7e

Browse files
ci avec un upload d'artifacts directement utilisables
1 parent 8a221ba commit d290e7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-artifacts.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@ jobs:
6464
uses: actions/upload-artifact@v4
6565
with:
6666
name: doremifasol_${{ env.PACKAGE_VERSION }}_${{ runner.os }}-r${{ matrix.config.r-version }}
67-
path: dist
67+
path: dist/**
68+
retention-days: 0

0 commit comments

Comments
 (0)