Skip to content

Commit f6fd4b9

Browse files
authored
fix build asset
1 parent c1ec602 commit f6fd4b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
id: get_vsix
6060
run: |
6161
VERSION=$(jq -r '.version' package.json)
62-
VSIX_PATH="./testdriverai-${VERSION}.vsix"
62+
VSIX_PATH="./testdriver-${VERSION}.vsix"
6363
if [ ! -f "$VSIX_PATH" ]; then
6464
echo "VSIX file not found at $VSIX_PATH"
6565
exit 1

0 commit comments

Comments
 (0)