You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/08/10 10:35:50 UTC

[camel-website] branch main updated: fix: release distribution directory

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 6fb8c935 fix: release distribution directory
6fb8c935 is described below

commit 6fb8c9350fea23614db9e0f720e63c24e131c0da
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Thu Aug 10 08:53:56 2023 +0200

    fix: release distribution directory
---
 data/release-categories.yaml | 18 +++---------------
 1 file changed, 3 insertions(+), 15 deletions(-)

diff --git a/data/release-categories.yaml b/data/release-categories.yaml
index 1043e3cd..b5817ead 100644
--- a/data/release-categories.yaml
+++ b/data/release-categories.yaml
@@ -44,21 +44,9 @@ camel-k:
     - name: 'latest'
       filter: 'latest'
   downloads:
-    - name: 'Linux 64bit binary'
-      path_format: 'camel/camel-k/{version}/camel-k-client-{version}-linux-64bit.tar.gz'
-      filename_format: 'camel-k-client-{version}-linux-64bit.tar.gz'
-    - name: 'MacOS (x86) 64bit binary'
-      path_format: 'camel/camel-k/{version}/camel-k-client-{version}-mac-64bit.tar.gz'
-      filename_format: 'camel-k-client-{version}-mac-64bit.tar.gz'
-    - name: 'MacOS (ARM64) 64bit binary'
-      path_format: 'camel/camel-k/{version}/camel-k-client-{version}-mac-arm64bit.tar.gz'
-      filename_format: 'camel-k-client-{version}-mac-arm64bit.tar.gz'
-    - name: 'Windows 64bit binary'
-      path_format: 'camel/camel-k/{version}/camel-k-client-{version}-windows-64bit.tar.gz'
-      filename_format: 'camel-k-client-{version}-windows-64bit.tar.gz'
-    - name: 'Examples'
-      path_format: 'camel/camel-k/{version}/camel-k-examples-{version}.tar.gz'
-      filename_format: 'camel-k-examples-{version}.tar.gz'
+    - name: 'CLIs Distribution'
+      path_format: 'camel/camel-k/{version}/'
+      filename_format: 'camel-k-dist-{version}'
     - name: 'Sources'
       path_format: 'camel/camel-k/{version}/camel-k-sources-{version}.tar.gz'
       filename_format: 'camel-k-sources-{version}.tar.gz'