diff --git a/.github/workflows/release_gradle_project.yaml b/.github/workflows/release_gradle_project.yaml index 615ef80c1..1ccfbe6a8 100644 --- a/.github/workflows/release_gradle_project.yaml +++ b/.github/workflows/release_gradle_project.yaml @@ -48,7 +48,7 @@ jobs: env: CI: true with: - arguments: "${{inputs.category}}:${{inputs.project}} build --scan" + arguments: "${{inputs.category}}:${{inputs.project}}:build --scan" - name: Create Release uses: softprops/action-gh-release@v1