From f762c42e00dd151b3e070fea7c6c284d5cf02570 Mon Sep 17 00:00:00 2001 From: christoph_xd Date: Sun, 3 Aug 2025 21:27:09 +0200 Subject: [PATCH] test new pipline --- .gitea/workflows/build_and_puplish.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitea/workflows/build_and_puplish.yml b/.gitea/workflows/build_and_puplish.yml index 7ee8a46..04520fb 100644 --- a/.gitea/workflows/build_and_puplish.yml +++ b/.gitea/workflows/build_and_puplish.yml @@ -39,3 +39,10 @@ jobs: run: vsce publish env: VSCE_PAT: ${{ secrets.VSCODE_MARKETPALCE }} + - name: Upload VSIX to Release + uses: softprops/action-gh-release@v1 + with: + files: "*.vsix" + # generate_release_notes: true # Automatische Release Notes + # draft: false # N + # prerelease: false