consistent artifact naming

This commit is contained in:
ceikry 2021-07-16 18:42:22 -05:00
parent e17ff585a7
commit 1ccc43095b

View file

@ -17,6 +17,7 @@ build:
stage: build
script:
- ./gradlew buildJar
- ./mv build/libs/*.jar build/libs/thanostool.jar
artifacts:
paths:
- build/libs/*.jar