Skip to content

Commit

Permalink
Fix name of job building jars for upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jdorn-gt committed Jan 3, 2025
1 parent 0aa8057 commit 1316c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ maven-central-upload:
- if: '$CI_COMMIT_REF_NAME == "master"'
- if: '$CI_COMMIT_REF_NAME =~ /^release-.*/'
variables:
JOB_NAME: build-ubuntu24-gcc
JOB_NAME: build-java
JAVA_POM_SUBDIR: ./build/java

.windows-upload: &windows-upload
Expand Down

0 comments on commit 1316c7f

Please sign in to comment.