[neon/snap-packaging/gwenview-snap/Neon/release-24.08] debian: rename artefacts

Carlos De Maine null at kde.org
Mon Nov 11 06:01:28 GMT 2024


Git commit 8bbb22b6d0d9a24c30b6b2f8ea7de4dc24107680 by Carlos De Maine.
Committed on 11/11/2024 at 06:01.
Pushed by carlosdem into branch 'Neon/release-24.08'.

rename artefacts

M  +3    -3    debian/snap-base-proto.yml

https://invent.kde.org/neon/snap-packaging/gwenview-snap/-/commit/8bbb22b6d0d9a24c30b6b2f8ea7de4dc24107680

diff --git a/debian/snap-base-proto.yml b/debian/snap-base-proto.yml
index ae2a297..b8ad45c 100644
--- a/debian/snap-base-proto.yml
+++ b/debian/snap-base-proto.yml
@@ -13,7 +13,7 @@
   script:
     - git config --global --add safe.directory $CI_PROJECT_DIR
   artifacts:
-    name: Snap artifacts
+    name: Snap build artifacts
     expose_as: 'KDE neon snaps build'
     when: always
     paths:
@@ -57,11 +57,11 @@
         echo "this is not a publishable branch"
     fi
 artifacts:
-    name: Snap artifacts
+    name: Snap deploy artifacts
     expose_as: 'KDE neon snaps deploy'
     when: always
     paths:
       - "kde-ci-packages/"
       - "task.log"
       - "task-debug.log"
-    expire_in: 7 days
\ No newline at end of file
+    expire_in: 7 days


More information about the Neon-commits mailing list