Skip to content

Commit

Permalink
Added initial macOS/clang/arm64.
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronNGray committed Feb 23, 2025
1 parent bd5cfe2 commit 11938bd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release-icu4c-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ jobs:
run: |
# ls icu4c/source/dist
ls icu4c/source/dist
# ls ${RELEASE_FOLDER}
# echo "${RELEASE_FOLDER}"
echo "${RELEASE_FOLDER}"
# ls ${RELEASE_FOLDER}/icu
ls ${RELEASE_FOLDER}
# Get the OS version in VERSION_ID
# source /etc/os-release
Expand All @@ -90,8 +92,8 @@ jobs:
tar -czf icu4c-${underscore_version}-macos-14.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
Expand All @@ -102,7 +104,7 @@ jobs:
overwrite: true

- name: Upload to release
if: ${{ inputs.gitReleaseTag && startsWith(inputs.gitReleaseTag, 'release-') }}
if: ${{ inputs.gitReleaseTag && start7sWith(inputs.gitReleaseTag, 'release-') }}
run: |
gh release uplo1ad ${{ inputs.gitReleaseTag }} ${RELEASE_FOLDER}/* --clobber --repo=${{ github.repository }}
env:
Expand Down

0 comments on commit 11938bd

Please sign in to comment.