Skip to content

Commit

Permalink
feat: update GHA for new -vf/-static artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldtse committed Jun 7, 2022
1 parent 6acd8ac commit 59e6d26
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
name: noto-fonts
path: |
noto-fonts-latn.zip
noto-fonts-cjk.zip
noto-fonts-cjk-vf.zip
noto-fonts-cjk-static.zip
retention-days: 1

release:
Expand All @@ -59,7 +60,8 @@ jobs:
- name: Rename artifact
run: |
mv noto-fonts-latn.zip noto-fonts-latn-${{ steps.get_version.outputs.VERSION }}.zip
mv noto-fonts-cjk.zip noto-fonts-cjk-${{ steps.get_version.outputs.VERSION }}.zip
mv noto-fonts-cjk-static.zip noto-fonts-cjk-static-${{ steps.get_version.outputs.VERSION }}.zip
mv noto-fonts-cjk-vf.zip noto-fonts-cjk-vf-${{ steps.get_version.outputs.VERSION }}.zip
- name: Upload Release Asset
id: upload-release-asset
Expand Down

0 comments on commit 59e6d26

Please sign in to comment.