Skip to content

Commit

Permalink
CLDR-17918 build: actual build
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Oct 23, 2024
1 parent 5833e93 commit 399498d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/build-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,32 @@ jobs:
with:
name: cldr-identity
path: ./cldr-identity.txt
- name: Build JSON
run: |
cd cldr-json
echo "::group::Cleanup"
rm -rf cldr-json
echo "::endgroup::"
echo "::group::Build"
bash cldr-generate-json.sh
echo "::endgroup::"
echo "::group::Status"
git status || true
echo "::endgroup::"
echo "::group::Zip"
bash cldr-generate-zip.sh
cp PACKAGES.md dist/
echo "::endgroup::"
- name: Upload dist
uses: actions/upload-artifact@v4
with:
name: cldr-json
path: ./cldr-json/dist
- name: Upload dist
uses: actions/upload-artifact@v4
with:
name: cldr-json
path: ./cldr-json/dist



0 comments on commit 399498d

Please sign in to comment.