mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-28 05:45:15 -06:00
Update CI
This commit is contained in:
parent
2281888e42
commit
ff7951d824
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue