We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a3cf1 commit 763a29fCopy full SHA for 763a29f
.github/workflows/publish-release.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: gradle/gradle-build-action@v2
20
21
- name: Build CLI
22
- run: ./gradlew --no-daemon :cli:shadowDistZip :cli:shadowDistTar
+ run: ./gradlew --no-daemon :cli:shadowDistZip :cli:shadowDistTar :language-server:shadowJar
23
24
- name: Rename cli-shadow to cli
25
run: |
@@ -32,4 +32,5 @@ jobs:
32
files: |
33
cli/build/distributions/cli.zip
34
cli/build/distributions/cli.tar
35
+ language-server/build/libs/samt-ls.jar
36
fail_on_unmatched_files: true
0 commit comments