[gnome-desktop/jjardon/store_tarball] .gitlab-ci.yml: Always store the tarball




commit e8efb7900630cca3beca39a9b66281472fe36eb6
Author: Javier Jardón <jjardon gnome org>
Date:   Sun Aug 29 22:37:02 2021 +0100

    .gitlab-ci.yml: Always store the tarball

 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0efd92f9..0f2059bf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,7 +34,9 @@ build_stable:
     - .ci/check-abi ${LAST_ABI_BREAK} $(git rev-parse HEAD)
   artifacts:
     paths:
-      - build/meson-dist/
       - build/meson-logs/
       - build/test-results/
     when: on_failure
+    paths:
+      - build/meson-dist/
+    when: on_success


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