From dc808326fc6cdc16f50a5f01d141ad11e8306c5b Mon Sep 17 00:00:00 2001 From: Daniel Christian Schroeter <2836188+danielchristianschroeter@users.noreply.github.com> Date: Sat, 21 Sep 2024 22:09:05 +0200 Subject: [PATCH] fix github release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4f3f2de..0cdc264 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,6 +47,6 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: files: | - build/*.vsix + ./*.vsix env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}