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 f2c7784 commit d06b213Copy full SHA for d06b213
.github/workflows/release-icu4c-ubuntu.yml
@@ -62,8 +62,8 @@ jobs:
62
tar -czf icu4c-${artifact_version}-Ubuntu${VERSION_ID}-x64.tgz icu
63
rm -fr icu
64
popd
65
- mv icu4c/source/dist/icu4c-77_1-d* ${RELEASE_FOLDER}
66
- mv icu4c/source/dist/icu4c-77_1-src.* ${RELEASE_FOLDER}
+ mv icu4c/source/dist/icu4c-*-d* ${RELEASE_FOLDER}
+ mv icu4c/source/dist/icu4c-*-src.* ${RELEASE_FOLDER}
67
68
- name: Upload build results
69
uses: actions/[email protected]
0 commit comments