Skip to content

Commit

Permalink
ICU-22922 BRS77 Fix version in release-icu4c-ubuntu.yml
Browse files Browse the repository at this point in the history
Will need a proper fix, but let's just release this for now.
  • Loading branch information
mihnita authored Feb 21, 2025
1 parent 950ddc2 commit 446d061
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-icu4c-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ jobs:
source /etc/os-release
# Get the ICU version in artifact_version
source icu4j/releases_tools/shared.sh
# Convert 76.1 to 76_1
# Convert 77.1 to 77_1
underscore_version=$(echo $artifact_version | sed 's/\./_/g')
pushd ${RELEASE_FOLDER}
tar -czf icu4c-${underscore_version}-Ubuntu${VERSION_ID}-x64.tgz icu
rm -fr icu
popd
mv icu4c/source/dist/icu4c-76_1-d* ${RELEASE_FOLDER}
mv icu4c/source/dist/icu4c-76_1-src.* ${RELEASE_FOLDER}
mv icu4c/source/dist/icu4c-77_1-d* ${RELEASE_FOLDER}
mv icu4c/source/dist/icu4c-77_1-src.* ${RELEASE_FOLDER}
- name: Upload build results
uses: actions/[email protected]
Expand Down

0 comments on commit 446d061

Please sign in to comment.