[gimp/wip/Jehan/win32-distrib-job] gitlab-ci: name the distribution artifacts.



commit 5c22c41f9f37b92390d028268b046e162a2b8b89
Author: Jehan <jehan girinstud io>
Date:   Sat Oct 3 18:04:27 2020 +0200

    gitlab-ci: name the distribution artifacts.
    
    This should give a nice name to distribution archives so that they are
    not all called `artifacts.zip`.

 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a6bcc9463a..605566b5c0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -338,6 +338,7 @@ sources:
   dependencies:
     - gimp-distcheck-debian
   artifacts:
+    name: GIMP-sources-CI
     when: always
     paths:
     - gimp-*.tar.*
@@ -355,6 +356,7 @@ win64-nightly:
     GIMP_PREFIX: "gimp-prefix"
     GIMP_DISTRIB: "gimp-w64"
   artifacts:
+    name: GIMP-Win64-CI
     when: always
     paths:
     - gimp-w64
@@ -430,6 +432,7 @@ win32-nightly:
     GIMP_DISTRIB: "gimp-w32"
     XDG_DATA_HOME:  "$CI_PROJECT_DIR/.local/share/"
   artifacts:
+    name: GIMP-Win32-CI
     when: always
     paths:
     - gimp-w32


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]