Skip to content

Commit 3055624

Browse files
committed
fix compilation
1 parent f4b1df8 commit 3055624

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: npm install
2222

2323
- name: typescript
24-
run: npx tsc
24+
run: npm run compile
2525

2626
- name: Publish to Open VSX Registry
2727
uses: HaaLeo/publish-vscode-extension@v2
@@ -34,7 +34,7 @@ jobs:
3434
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
3535
registryUrl: https://marketplace.visualstudio.com
3636
extensionFile: ${{ steps.publishToOpenVSX.outputs.vsixPath }}
37-
packagePath: ''
37+
packagePath: '.'
3838
- name: Upload
3939
uses: djn24/add-asset-to-release@v1
4040
with:

0 commit comments

Comments
 (0)