Skip to content

Commit

Permalink
adjusting release artifacts names to comply with Apache policy
Browse files Browse the repository at this point in the history
  • Loading branch information
porcelli committed Nov 9, 2024
1 parent 3191d94 commit b871ec3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release_build_extended_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b871ec3

Please sign in to comment.