Skip to content

Commit bff92e0

Browse files
committed
[CI] Modular names...
1 parent 16496df commit bff92e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/manual-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ jobs:
5151

5252
build:
5353
if: ${{ inputs.release_packages == 'false' }}
54+
name: JAR
5455
needs: [ tests ]
55-
uses: ./.github/workflows/_manual_build.yml
56+
uses: ./.github/workflows/_make_release_jar.yml
5657
secrets: inherit
5758
with:
5859
version: ${{ inputs.version }}

0 commit comments

Comments
 (0)