Skip to content

Commit 9a3b672

Browse files
committed
Fix CI
1 parent 675a386 commit 9a3b672

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ jobs:
7575
- name: Publish to Visual Studio Marketplace
7676
if: always()
7777
run: |
78-
npx vsce publish -i $(ls metamodelica-*.vsix) -p ${{ secrets.VSCE_PAT }}
78+
npx vsce publish -i $(ls modelica-language-server-*.vsix) -p ${{ secrets.VSCE_PAT }}
7979
8080
- name: Publish to Open VSX
8181
if: always()
8282
run: |
83-
npx ovsx publish $(ls metamodelica-*.vsix) -p ${{ secrets.OPEN_VSX_TOKEN }}
83+
npx ovsx publish $(ls modelica-language-server-*.vsix) -p ${{ secrets.OPEN_VSX_TOKEN }}

0 commit comments

Comments
 (0)