Skip to content

Commit 75ee4a6

Browse files
committed
fix: Wrong script in cicd and put the correct path for the extension
1 parent a0a6884 commit 75ee4a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: npm install
2626

2727
- name: Build the extension
28-
run: npm run build
28+
run: npm run compile
2929

3030
- name: Package the extension
3131
run: npm run package
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/upload-artifact@v3
4444
with:
4545
name: vscode-extension
46-
path: path/to/your/package.vsix
46+
path: *.vsix
4747

4848
- name: Deploy to Marketplace
4949
run: |

0 commit comments

Comments
 (0)