[GHA] Adjust VSCode extension build workflow
This commit is contained in:
4
.github/workflows/build-vscode-extension.yml
vendored
4
.github/workflows/build-vscode-extension.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user