Skip to content

Commit a339338

Browse files
corrige build-artifact
1 parent 5e23a9f commit a339338

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
@@ -56,7 +56,7 @@ jobs:
5656
shell: Rscript {0}
5757
- name: Get package version
5858
run: |
59-
export PACKAGE_VERSION=$(Rscript -e 'cat(as.character(desc::desc_get_version()))')
59+
PACKAGE_VERSION=$(Rscript -e 'cat(as.character(desc::desc_get_version()))')
6060
- name: Upload artifacts
6161
uses: actions/upload-artifact@v4
6262
with:

0 commit comments

Comments
 (0)