[GHA] Debug release vscode extension workflow

This commit is contained in:
aboyko
2024-05-22 23:31:34 -04:00
parent 3dda8ee4b4
commit 3e2a4c8080

View File

@@ -1,7 +1,7 @@
name: Build VSCode Extension
on:
workflow_call:
workflow_dispatch:
inputs:
extension-name:
description: name of the extension, e.g. vscode-spring-cli
@@ -30,6 +30,8 @@ jobs:
distribution: 'temurin'
- name: Build .VSIX file
id: build-vsix
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
${{ github.workspace }}/.github/scripts/build-vscode-extension.sh ${{ inputs.extension-name }} ${{ inputs.dist }}
ls ./vsix