From ebf29e07df0275473a735930a26b8b415ba9d6db Mon Sep 17 00:00:00 2001 From: aboyko Date: Fri, 17 May 2024 20:32:36 -0400 Subject: [PATCH] [GHA] Adjust VSCode extension build workflow --- .github/workflows/build-vscode-extension.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-vscode-extension.yml b/.github/workflows/build-vscode-extension.yml index c97d17d18..05ad97560 100644 --- a/.github/workflows/build-vscode-extension.yml +++ b/.github/workflows/build-vscode-extension.yml @@ -24,7 +24,8 @@ jobs: - name: Checkout wiki code uses: actions/checkout@v4 with: - repository: ${{github.repository}}/vscode-extensions + sparse-checkout: | + vscode-extensions - name: Build .VSIX file id: build-vsix run: |