8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950ddc2 commit 7aae07aCopy full SHA for 7aae07a
.github/workflows/release-icu4c-ubuntu.yml
@@ -60,14 +60,14 @@ jobs:
60
source /etc/os-release
61
# Get the ICU version in artifact_version
62
source icu4j/releases_tools/shared.sh
63
- # Convert 76.1 to 76_1
+ # Convert 77.1 to 77_1
64
underscore_version=$(echo $artifact_version | sed 's/\./_/g')
65
pushd ${RELEASE_FOLDER}
66
tar -czf icu4c-${underscore_version}-Ubuntu${VERSION_ID}-x64.tgz icu
67
rm -fr icu
68
popd
69
- mv icu4c/source/dist/icu4c-76_1-d* ${RELEASE_FOLDER}
70
- 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}
71
72
- name: Upload build results
73
uses: actions/upload-artifact@v4.3.6
0 commit comments