8000 ICU-22922 BRS77 Fix version in release-icu4c-ubuntu.yml · unicode-org/icu@7aae07a · GitHub
[go: up one dir, main page]

Skip to content

Commit 7aae07a

Browse files
committed
ICU-22922 BRS77 Fix version in release-icu4c-ubuntu.yml
Will need a proper fix, but let's just release this for now.
1 parent 950ddc2 commit 7aae07a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-icu4c-ubuntu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ jobs:
6060
source /etc/os-release
6161
# Get the ICU version in artifact_version
6262
source icu4j/releases_tools/shared.sh
63-
# Convert 76.1 to 76_1
63+
# Convert 77.1 to 77_1
6464
underscore_version=$(echo $artifact_version | sed 's/\./_/g')
6565
pushd ${RELEASE_FOLDER}
6666
tar -czf icu4c-${underscore_version}-Ubuntu${VERSION_ID}-x64.tgz icu
6767
rm -fr icu
6868
popd
69-
mv icu4c/source/dist/icu4c-76_1-d* ${RELEASE_FOLDER}
70-
mv icu4c/source/dist/icu4c-76_1-src.* ${RELEASE_FOLDER}
69+
mv icu4c/source/dist/icu4c-77_1-d* ${RELEASE_FOLDER}
70+
mv icu4c/source/dist/icu4c-77_1-src.* ${RELEASE_FOLDER}
7171
7272
- name: Upload build results
7373
uses: actions/upload-artifact@v4.3.6

0 commit comments

Comments
 (0)
0