Update CI

This commit is contained in:
ceikry 2023-03-12 13:03:29 -05:00
parent 45cb0fa118
commit f0f21029f7

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/zaros.jar
artifacts:
paths:
- build/libs/*.jar