Skip to content

Commit

Permalink
Test using sbt/setup-sbt action.
Browse files Browse the repository at this point in the history
  • Loading branch information
danscales committed Jan 21, 2025
1 parent 8113aeb commit 9a83c1e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,11 @@ jobs:
distribution: temurin
java-version: 11.0.19

- name: Setup sbt launcher
uses: sbt/setup-sbt@v1

- name: Build Assembly
run: ./sbt assembly
run: sbt assembly

- name: Publish Assembly
run: ls -l target/scala-2.12/*.jar

0 comments on commit 9a83c1e

Please sign in to comment.