[polari] ci: Fix dist artifact



commit 0a7fb2f873f3228e47739276782586797db78e27
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue Aug 31 12:15:41 2021 +0200

    ci: Fix dist artifact
    
    Whoops, we don't call our tarballs 41.tar.xz.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5e929bfa..f3501656 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -196,7 +196,7 @@ fedora-dist-tarball:
   artifacts:
     expose_as: 'Get tarball here'
     paths:
-      - build/meson-dist/$CI_COMMIT_TAG.tar.xz
+      - build/meson-dist/$CI_PROJECT_NAME-$CI_COMMIT_TAG.tar.xz
   rules:
     - if: '$CI_COMMIT_TAG'
 


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