We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f089cdd commit f251828Copy full SHA for f251828
1 file changed
.github/workflows/build-deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
# Read the version from the package.json file
21
- run: echo "VERSION=$(node -p -e "require('./package.json').version")" >> $GITHUB_ENV
22
# Upload the VSIX file as an artifact with version number
23
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
24
with:
25
name: commit-extension-${{ env.VERSION }}
26
- path: *.vsix
+ path: ./*.vsix
0 commit comments