We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ec602 commit f6fd4b9Copy full SHA for f6fd4b9
1 file changed
.github/workflows/build.yaml
@@ -59,7 +59,7 @@ jobs:
59
id: get_vsix
60
run: |
61
VERSION=$(jq -r '.version' package.json)
62
- VSIX_PATH="./testdriverai-${VERSION}.vsix"
+ VSIX_PATH="./testdriver-${VERSION}.vsix"
63
if [ ! -f "$VSIX_PATH" ]; then
64
echo "VSIX file not found at $VSIX_PATH"
65
exit 1
0 commit comments