Skip to content

Commit

Permalink
Upstream changed file name
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed Nov 27, 2023
1 parent b9a4383 commit 95ae406
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -20,10 +20,11 @@ jobs:

- name: Download Sarasa Gothic
run: |
wget -q $(curl 'https://api.github.com/repos/be5invis/Sarasa-Gothic/releases' | jq -r '.[0].assets | map(.browser_download_url) | map(select(test("sarasa-gothic-ttf-[0-9.]+\\.7z"))) | .[0]')
7zr x sarasa-gothic-ttf-*.7z
wget -q $(curl 'https://api.github.com/repos/be5invis/Sarasa-Gothic/releases' | jq -r '.[0].assets | map(.browser_download_url) | map(select(test("Sarasa-TTF-[0-9.]+(-alpha\\.\\d)?\\.7z"))) | .[0]')
7zr x Sarasa-TTF-*.7z
ls *.ttf
mkdir sarasa
mv sarasa-term-sc-*.ttf sarasa
mv SarasaTermSC-*.ttf sarasa
- name: Download Font Patcher
run: |
Expand Down

0 comments on commit 95ae406

Please sign in to comment.