Update .gitlab-ci.yml

This commit is contained in:
Brianna O'Keefe 2018-11-16 01:35:23 +00:00
parent 3f38b5c529
commit 7216919510

View File

@ -3,6 +3,7 @@ stages:
variables:
name: "UltimateKits"
suffex: "Legacy"
path: "/builds/Songoda/$name"
version: "2.0.4"
@ -15,7 +16,7 @@ build:
- find $path/ -depth -path '*original*' -delete
- mv -v $path/target/*.jar $path
artifacts:
name: $name-$version
name: $name-$suffex-$version
paths:
- "$path/*.jar"
- "$path/Read_this_before_your_first_use.txt"