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: