Update CI

This commit is contained in:
ceikry 2023-05-05 17:26:52 -05:00
parent 2281888e42
commit ff7951d824

View file

@ -17,10 +17,12 @@ build:
stage: build
script:
- ./gradlew jar
- mv client/build/libs/*.jar client/build/libs/2009scape.jar
- mv client/build/libs/*.jar client/build/libs/rt4-client.jar
- sha256sum client/build/libs/rt4-client.jar > client/build/libs/rt4-client.jar.sha256
artifacts:
paths:
- client/build/libs/*.jar
- client/build/libs/*.sha256
expire_in: 1 week
only:
- master