mirror of
https://github.com/songoda/UltimateKits.git
synced 2024-11-08 03:29:46 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
3f38b5c529
commit
7216919510
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user