Skip to content

Commit

Permalink
fix publish-artifacts.yml to bootstrap using JVM client
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jan 17, 2025
1 parent 4c86793 commit ca6ace0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ jobs:

- run: "echo temurin:11 > .mill-jvm-version"

- run: "echo 0.12.5-144-22bb1b > .mill-version"

- run: ./mill -i mill.scalalib.PublishModule/ --publishArtifacts dist.native.publishArtifacts

release-github:
Expand Down

0 comments on commit ca6ace0

Please sign in to comment.