[GHA] Adjust VSCode extension build workflow

This commit is contained in:
aboyko
2024-05-17 20:49:20 -04:00
parent 2673d942c0
commit 6bd80cbb5c
2 changed files with 2 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ if [ "$dist_type" == release ]; then
fi
fi
mkdir -p $workdir/out
cp *.vsix $workdir/out
#server_jar=$workdir/sts4/headless-services/${server_id}-language-server/target/*-exec.jar
#if [ -f $server_jar ]; then

View File

@@ -33,4 +33,5 @@ jobs:
echo `pwd`
${{ github.workspace }}/.github/scripts/build-vscode-extension.sh ${{ inputs.extension-name }} ${{ inputs.dist }}
ls
ls ./out