consistent artifact naming again

This commit is contained in:
ceikry 2021-07-16 18:44:33 -05:00
parent 1ccc43095b
commit 2b493a02fd

View file

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