Skip to content

Commit

Permalink
Merge pull request #43 from soulsmods/100mb-of-fonts
Browse files Browse the repository at this point in the history
Remove unused variants of NotoSans, fix release tag name
  • Loading branch information
garyttierney authored Apr 16, 2024
2 parents 472a67c + 66cb0e8 commit 5df2080
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/release-drafter-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ categories:
- 'maintenance'
- 'documentation'
template: |
# What's Changed
$CHANGES
Thanks again to $CONTRIBUTORS!
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
- name: Upload Release Asset
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload --clobber v${{ needs.plan.outputs.tag }} ./artifacts/*
run: gh release upload --clobber ${{ needs.plan.outputs.tag }} ./artifacts/*
- uses: geekyeggo/delete-artifact@v5
with:
name: artifacts-*
Binary file removed crates/viewer/assets/fonts/NotoSansJP-Black.ttf
Binary file not shown.
Binary file removed crates/viewer/assets/fonts/NotoSansJP-Bold.ttf
Binary file not shown.
Binary file removed crates/viewer/assets/fonts/NotoSansJP-ExtraBold.ttf
Binary file not shown.
Binary file removed crates/viewer/assets/fonts/NotoSansJP-ExtraLight.ttf
Binary file not shown.
Binary file removed crates/viewer/assets/fonts/NotoSansJP-Light.ttf
Binary file not shown.
Binary file removed crates/viewer/assets/fonts/NotoSansJP-Medium.ttf
Binary file not shown.
Binary file removed crates/viewer/assets/fonts/NotoSansJP-SemiBold.ttf
Binary file not shown.
Binary file removed crates/viewer/assets/fonts/NotoSansJP-Thin.ttf
Binary file not shown.
Binary file not shown.
Binary file removed crates/viewer/assets/fonts/Noto_Sans_JP.zip
Binary file not shown.

0 comments on commit 5df2080

Please sign in to comment.