Skip to content

Commit

Permalink
test 2.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pstreef committed May 1, 2024
1 parent 7738882 commit 39efb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Run a multi-line script
run: |
echo "Download CLI"
mvn -q dependency:copy -Dartifact=io.moderne:moderne-cli:LATEST -DoutputDirectory=.
mvn -q dependency:copy -Dartifact=io.moderne:moderne-cli:2.5.9 -DoutputDirectory=.
mv moderne-cli-*.jar mod.jar
echo "Build LST"
java -jar mod.jar build .
Expand Down

0 comments on commit 39efb3e

Please sign in to comment.