Skip to content

Commit 05126b8

Browse files
renommage artifacts - nv essai
1 parent a339338 commit 05126b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ jobs:
5656
shell: Rscript {0}
5757
- name: Get package version
5858
run: |
59-
PACKAGE_VERSION=$(Rscript -e 'cat(as.character(desc::desc_get_version()))')
59+
echo "PACKAGE_VERSION=$(Rscript -e 'cat(as.character(desc::desc_get_version()))')" >> $GITHUB_ENV
6060
- name: Upload artifacts
6161
uses: actions/upload-artifact@v4
6262
with:
63-
name: doremifasol${PACKAGE_VERSION}_${{ runner.os }}-r${{ matrix.config.r-version }}
63+
name: doremifasol_${{ env.PACKAGE_VERSION }}_${{ runner.os }}-r${{ matrix.config.r-version }}
6464
path: dist

0 commit comments

Comments
 (0)