mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-04 13:05:31 +00:00
ICU-22922 BRS77 Fix version in release-icu4c-ubuntu.yml
Will need a proper fix, but let's just release this for now.
This commit is contained in:
parent
950ddc299b
commit
7aae07acc9
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release-icu4c-ubuntu.yml
vendored
6
.github/workflows/release-icu4c-ubuntu.yml
vendored
|
@ -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/upload-artifact@v4.3.6
|
||||
|
|
Loading…
Add table
Reference in a new issue