Update .gitlab-ci.yml

This commit is contained in:
Brianna O'Keefe 2018-11-09 22:07:05 +00:00
parent e6ca64f8bd
commit 15527b8377

View File

@ -6,7 +6,7 @@ build:
image: maven:3.3.9-jdk-8
script: "mvn clean package"
artifacts:
name: "EpicHoppers Legacy"
name: "EpicHoppers"
paths:
- "/builds/Songoda/EpicHoppers/target/*.jar"
- "/builds/Songoda/EpicHoppers/Read_this_before_your_first_use.txt"