[GHA] Adjust VSCode extension build workflow

This commit is contained in:
aboyko
2024-05-17 20:36:47 -04:00
parent e5e22199ed
commit 7a7b4a7b06

View File

@@ -19,13 +19,14 @@ permissions:
jobs:
build-vscode-extension:
runs-on: ubuntu-latest
name: Build VSCode Extension '${inputs.extension-name}'
name: Build VSCode Extension '${{ inputs.extension-name }}'
steps:
- name: Checkout wiki code
uses: actions/checkout@v4
with:
sparse-checkout: |
vscode-extensions
.github
- name: Build .VSIX file
id: build-vsix
run: |