Skip to content

Commit

Permalink
feat(ci): release samt-ls.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalHonegger committed May 4, 2023
1 parent f1a3cf1 commit 763a29f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: gradle/gradle-build-action@v2

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

- name: Rename cli-shadow to cli
run: |
Expand All @@ -32,4 +32,5 @@ jobs:
files: |
cli/build/distributions/cli.zip
cli/build/distributions/cli.tar
language-server/build/libs/samt-ls.jar
fail_on_unmatched_files: true

0 comments on commit 763a29f

Please sign in to comment.