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: |