From a8b4fd9d1e74b4e2d8e3e658b4ef99a52b6f09eb Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 4 Aug 2025 11:42:53 +0000 Subject: [PATCH] Update .gitea/workflows/build_and_puplish.yml --- .gitea/workflows/build_and_puplish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build_and_puplish.yml b/.gitea/workflows/build_and_puplish.yml index 3ec6ffc..29bf449 100644 --- a/.gitea/workflows/build_and_puplish.yml +++ b/.gitea/workflows/build_and_puplish.yml @@ -39,6 +39,8 @@ jobs: run: vsce publish env: VSCE_PAT: ${{ secrets.VSCODE_MARKETPALCE }} + - name: Pack Extension for Release + run: vsce pack - name: Upload VSIX to Release uses: softprops/action-gh-release@v1 with: