From 6b325d8a91e93186b8f355bfbce9ea0cef88971a Mon Sep 17 00:00:00 2001 From: aboyko Date: Fri, 17 May 2024 20:43:42 -0400 Subject: [PATCH] [GHA] Adjust VSCode extension build workflow --- .github/workflows/build-vscode-extension.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-vscode-extension.yml b/.github/workflows/build-vscode-extension.yml index 118467868..f719a3d35 100644 --- a/.github/workflows/build-vscode-extension.yml +++ b/.github/workflows/build-vscode-extension.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest name: Build VSCode Extension '${{ inputs.extension-name }}' steps: - - name: Checkout wiki code + - name: Checkout vscode-extensions code and workflow scripts uses: actions/checkout@v4 with: sparse-checkout: | @@ -32,5 +32,5 @@ jobs: run: | pwd ${{ github.workspace }}/.github/scripts/build-vscode-extension.sh ${{ inputs.extension-name }} ${{ inputs.dist }} - ls ./out + ls