We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be38230 commit a5927dcCopy full SHA for a5927dc
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
dependencies-cache-enabled: true
39
arguments: :cli:publish
40
- - run: ls -la cli/build/libs/
+ - run: mv cli/build/libs/cli-*.jar cli/build/libs/cli.jar
41
- uses: softprops/action-gh-release@v1
42
43
files: cli/build/libs/cli.jar
0 commit comments