Skip to content

Commit f251828

Browse files
committed
main - test run github action
1 parent f089cdd commit f251828

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Read the version from the package.json file
2121
- run: echo "VERSION=$(node -p -e "require('./package.json').version")" >> $GITHUB_ENV
2222
# Upload the VSIX file as an artifact with version number
23-
- uses: actions/upload-artifact@v2
23+
- uses: actions/upload-artifact@v3
2424
with:
2525
name: commit-extension-${{ env.VERSION }}
26-
path: *.vsix
26+
path: ./*.vsix

0 commit comments

Comments
 (0)