Skip to content

Commit e6c9817

Browse files
committed
Upload correct files in travis release process
1 parent c3b3af2 commit e6c9817

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ deploy:
33
provider: releases
44
api_key:
55
secure: rKWZs+sS4JVE1aSlfc91h9gEtXYYjuA/am9W77QX9s0R4HQV6Pk7xxzFlX1/oq/KUTEr1mu3+vVwAStpBqgF5o1MBJvhT3/mY3geFmoPwnQAr/PzTCtbH5rxkIsYcKMgAPfz6qzhOb+w7ec2KUvH6vVTdkLhlooGYE7UIDMVutISylcNkRurViOALh8sckSbeB3C8J0fldnTTNNp0cJlbNtq/i7cyZaKy7BvXNAorsOlGxwZ8Vg3dh2orTD8GER3UKEcY9470l9nyvkLYlKYJC6GCPia3gjuhgl7+9k2yZH2tj8bHoYE4ZT1WoWgym33hILxQBmHInoc32squ5fwodt/PN10w4HRfikzAWMaHCFYeu1Oft6me+lJSwuKfqa2BHB6DvNIowZtPAE4mkgdT0Be9bsiS8d2bxofTpBxNLjZB9Ubw8JOhbk+2Jh3JNInby6w2dGFENQeSqsc9FVwdk+koSZylITGdkvhGE8YjwEsBumXwxQExluTJSOf1odV1j+ywr8v5Yt1nin2JPClGoygTlc4cPxiFyhvIh07SH6oxP6bJRAnVxSt32VzZbicQCdbqMb481Lohy5i81O2DHvsnAssp/80xhe4x2lBhcC/PP4jQFL2Swao5osgmfJ9FID7yM/rwtUsB1SLnQlG0f28sseZy9MZrNegvCGmgK4=
6-
file:
7-
- build/libs/junit-json-params-$project_version-SNAPSHOT.jar
8-
- build/libs/junit-json-params-$project_version-SNAPSHOT-javadoc.jar
9-
- build/libs/junit-json-params-$project_version-SNAPSHOT-sources.jar
6+
file_glob: true
7+
file: build/libs/*.jar
108
skip_cleanup: true
119
on:
1210
tags: true

0 commit comments

Comments
 (0)