Skip to content

Commit 763a29f

Browse files
feat(ci): release samt-ls.jar
1 parent f1a3cf1 commit 763a29f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: gradle/gradle-build-action@v2
2020

2121
- name: Build CLI
22-
run: ./gradlew --no-daemon :cli:shadowDistZip :cli:shadowDistTar
22+
run: ./gradlew --no-daemon :cli:shadowDistZip :cli:shadowDistTar :language-server:shadowJar
2323

2424
- name: Rename cli-shadow to cli
2525
run: |
@@ -32,4 +32,5 @@ jobs:
3232
files: |
3333
cli/build/distributions/cli.zip
3434
cli/build/distributions/cli.tar
35+
language-server/build/libs/samt-ls.jar
3536
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)