Skip to content

Commit 0c8d101

Browse files
change naming of artifacts
1 parent 7ed568f commit 0c8d101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
shell: Rscript {0}
5656
- name: Get package version
5757
run: |
58-
echo "PACKAGE_VERSION=$(Rscript -e 'cat(as.character(desc::desc_get_version()))')" >> $GITHUB_ENV
58+
export PACKAGE_VERSION=$(Rscript -e 'cat(as.character(desc::desc_get_version()))')
5959
- name: Upload artifacts
6060
uses: actions/upload-artifact@v4
6161
with:

0 commit comments

Comments
 (0)