We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e692f commit c9746f6Copy full SHA for c9746f6
1 file changed
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
- uses: eskatos/gradle-command-action@v1
41
with:
42
dependencies-cache-enabled: true
43
- arguments: shadowJar
+ arguments: :cli:shadowJar
44
- uses: softprops/action-gh-release@v1
45
46
files: cli/build/libs/cli.jar
0 commit comments