ci: recover artefact uploading

This commit is contained in:
2026-05-25 14:45:26 +08:00
parent 5cea825bc0
commit e7da3a76b7
+3
View File
@@ -19,6 +19,9 @@ build:
- chmod +x gradlew
script:
- ./gradlew bootJar -x test -PartefactVersion="$CI_COMMIT_TAG"
artifacts:
paths:
- build/libs/*.jar
rules:
- if: $CI_COMMIT_TAG