From 6aceec2c06621917fa901c2a9430750eede6d65e Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Sun, 20 Oct 2024 13:04:18 +0200 Subject: [PATCH] fix(ci-cd): Fix ci:cd --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4620965..7ae3835 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -110,7 +110,7 @@ jobs: - uses: softprops/action-gh-release@v2 with: - files: *.vsix + files: '*.vsix' - name: Target to vs code target id: vscode_target