[GHA] Adjust VSCode extension build workflow
This commit is contained in:
1
.github/workflows/build-vscode-extension.yml
vendored
1
.github/workflows/build-vscode-extension.yml
vendored
@@ -30,6 +30,7 @@ jobs:
|
||||
- name: Build .VSIX file
|
||||
id: build-vsix
|
||||
run: |
|
||||
pwd
|
||||
${{ github.workspace }}/.github/scripts/build-vscode-extension.sh ${{ inputs.extension-name }} ${{ inputs.dist }}
|
||||
ls ./out
|
||||
|
||||
|
||||
Reference in New Issue
Block a user