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

porcelli pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 033a12bb441 adjusting release artifacts names to comply with Apache 
policy (#2738)
033a12bb441 is described below

commit 033a12bb441fd1b3e361eba73539f9d28d24e1fc
Author: Alex Porcelli <[email protected]>
AuthorDate: Sat Nov 9 08:40:48 2024 -0500

    adjusting release artifacts names to comply with Apache policy (#2738)
---
 .github/workflows/release_build_extended_services.yml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/release_build_extended_services.yml 
b/.github/workflows/release_build_extended_services.yml
index c8fad2e71f8..405327de583 100644
--- a/.github/workflows/release_build_extended_services.yml
+++ b/.github/workflows/release_build_extended_services.yml
@@ -30,6 +30,10 @@ on:
         type: string
         required: true
         description: "Base reference for the checkout"
+      release_version:
+        type: string
+        required: true
+        description: "Release version"
       release_candidate_version:
         type: string
         required: true
@@ -445,9 +449,10 @@ jobs:
         shell: bash
         env:
           RELEASE_CANDIDATE_VERSION: ${{ inputs.release_candidate_version }}
+          RELEASE_VERSION: ${{ inputs.release_version }}
         run: |
-          
MACOS_ARTIFACT_ZIP_FILE="apache-kie-$RELEASE_CANDIDATE_VERSION-incubating-sandbox-extended-services-macOS-x86.zip"
-          
WINDOWS_ARTIFACT_ZIP_FILE="apache-kie-$RELEASE_CANDIDATE_VERSION-incubating-sandbox-extended-services-windows-x86.zip"
+          
MACOS_ARTIFACT_ZIP_FILE="apache-kie-$RELEASE_VERSION-incubating-sandbox-extended-services-macOS-x86.zip"
+          
WINDOWS_ARTIFACT_ZIP_FILE="apache-kie-$RELEASE_VERSION-incubating-sandbox-extended-services-windows-x86.zip"
           echo "MACOS_ARTIFACT_ZIP_FILE=$MACOS_ARTIFACT_ZIP_FILE" >> 
"$GITHUB_OUTPUT"
           echo "WINDOWS_ARTIFACT_ZIP_FILE=$WINDOWS_ARTIFACT_ZIP_FILE" >> 
"$GITHUB_OUTPUT"
           cp ./{NOTICE,DISCLAIMER-WIP,LICENSE} $RELEASE_CANDIDATE_ARTIFACTS_DIR


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to