Skip to content

Commit

Permalink
Fiddle with folder names
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Mar 20, 2024
1 parent 8ac52f4 commit 3c9100f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,16 @@ jobs:
path: build/ufo
retention-days: 5

- name: Storing Font Artifacts
- name: Storing TTF VarCo Artifacts
uses: actions/upload-artifact@v4
with:
name: NotoCJKVarCoFonts
path: build/fonts
path: build/ttf-varco
retention-days: 5

- name: Storing TTF Artifacts
uses: actions/upload-artifact@v4
with:
name: NotoCJKVarCoFonts
path: build/ttf
retention-days: 5
6 changes: 3 additions & 3 deletions export_and_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -x # echo commands
mkdir -p build
mkdir -p build/fontra
mkdir -p build/ufo
mkdir -p build/glyf-1
mkdir -p build/ttf-varco
mkdir -p build/ttf

fontra-copy notosanscjksc.rcjk build/fontra/notosanscjksc.fontra
Expand All @@ -16,8 +16,8 @@ fontra-copy notoserifcjkjp.rcjk build/fontra/notoserifcjkjp.fontra
fontra-copy notosanscjksc.rcjk build/ufo/notosanscjksc.designspace
fontra-copy notoserifcjkjp.rcjk build/ufo/notoserifcjkjp.designspace

fontra-compile notosanscjksc.rcjk build/glyf-1/notosanscjksc-glyf1.ttf
fontra-compile notoserifcjkjp.rcjk build/glyf-1/notoserifcjkjp-glyf1.ttf
fontra-compile notosanscjksc.rcjk build/ttf-varco/notosanscjksc-glyf1.ttf
fontra-compile notoserifcjkjp.rcjk build/ttf-varco/notoserifcjkjp-glyf1.ttf

fontra-workflow notosanscjksc.yaml --output-dir build/ttf
fontra-workflow notoserifcjkjp.yaml --output-dir build/ttf

0 comments on commit 3c9100f

Please sign in to comment.