From 9a3b6723faae872f88156581a8f105f66fd9ef4e Mon Sep 17 00:00:00 2001 From: AnHeuermann <38031952+AnHeuermann@users.noreply.github.com> Date: Fri, 5 Jul 2024 14:44:00 +0200 Subject: [PATCH] Fix CI --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0c28694..234b9d8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -75,9 +75,9 @@ jobs: - name: Publish to Visual Studio Marketplace if: always() run: | - npx vsce publish -i $(ls metamodelica-*.vsix) -p ${{ secrets.VSCE_PAT }} + npx vsce publish -i $(ls modelica-language-server-*.vsix) -p ${{ secrets.VSCE_PAT }} - name: Publish to Open VSX if: always() run: | - npx ovsx publish $(ls metamodelica-*.vsix) -p ${{ secrets.OPEN_VSX_TOKEN }} + npx ovsx publish $(ls modelica-language-server-*.vsix) -p ${{ secrets.OPEN_VSX_TOKEN }}