We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c678e commit 46d0b70Copy full SHA for 46d0b70
.github/workflows/build-and-test.yml
@@ -103,4 +103,4 @@ jobs:
103
uses: actions/upload-artifact@v4
104
with:
105
name: r-source-package
106
- path: ${{ steps.check.outputs.package-archive }}
+ path: ${{ env.PKGDIR }}/*.tar.gz
0 commit comments