Skip to content

Commit

Permalink
[GHA] Adjust VSCode extension build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex committed May 18, 2024
1 parent 6bd80cb commit 0cb35dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/build-vscode-extension.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ if [ "$dist_type" == release ]; then
fi
fi

mkdir -p $workdir/out
cp *.vsix $workdir/out
mkdir -p $workdir/vsix
cp *.vsix $workdir/vsix
#server_jar=$workdir/sts4/headless-services/${server_id}-language-server/target/*-exec.jar
#if [ -f $server_jar ]; then
# cp $server_jar $workdir/out/${server_id}-language-server-${base_version}-${timestamp}.jar
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/build-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
- name: Build .VSIX file
id: build-vsix
run: |
echo `pwd`
${{ github.workspace }}/.github/scripts/build-vscode-extension.sh ${{ inputs.extension-name }} ${{ inputs.dist }}
ls
ls ./out
ls ./vsix

0 comments on commit 0cb35dd

Please sign in to comment.