From a280496fecc1ad3ea70c18cc0f34d463e670dc4a Mon Sep 17 00:00:00 2001 From: Muhammad Sammy Date: Fri, 1 Sep 2023 23:43:44 +0300 Subject: [PATCH] fix(ci): update the directory of VSIX files to upload the artifacts --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index acf18b318..0151d5487 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,8 +41,8 @@ jobs: - name: Build VSIXs run: gulp 'vsix:release:package' - - name: Upload VSIX build artifact + - name: Upload VSIX build artifacts uses: actions/upload-artifact@v2 with: name: ci-extension-artifact - path: ./*.vsix + path: ./vsix/*.vsix