File tree 2 files changed +21
-15
lines changed
2 files changed +21
-15
lines changed Original file line number Diff line number Diff line change 23
23
- name : Export Fontra and UFO sources and build fonts
24
24
run : ./export_and_build.sh
25
25
26
- - name : Storing Sources Fontra
26
+ - name : Storing Font Sources
27
27
uses : actions/upload-artifact@v4
28
28
with :
29
- name : NotoCJKVarCo_SourcesAndBinaries
30
- path : build
29
+ name : NotoCJKVarCo_Sources
30
+ path : build/sources
31
+
32
+ - name : Storing Font Binaries
33
+ uses : actions/upload-artifact@v4
34
+ with :
35
+ name : NotoCJKVarCo_Fonts
36
+ path : build/fonts
Original file line number Diff line number Diff line change @@ -5,18 +5,18 @@ set -x # echo commands
5
5
6
6
7
7
mkdir -p build
8
- mkdir -p build/fontra
9
- mkdir -p build/ufo
10
- mkdir -p build/otf-varc
11
- mkdir -p build/ttf-varc
12
- mkdir -p build/otf
13
- mkdir -p build/ttf
8
+ mkdir -p build/sources/ fontra
9
+ mkdir -p build/sources/ ufo
10
+ mkdir -p build/fonts/ otf-varc
11
+ mkdir -p build/fonts/ ttf-varc
12
+ mkdir -p build/fonts/ otf
13
+ mkdir -p build/fonts/ ttf
14
14
15
- fontra-copy notosanscjksc.rcjk build/fontra/notosanscjksc.fontra
16
- fontra-copy notoserifcjkjp.rcjk build/fontra/notoserifcjkjp.fontra
15
+ fontra-copy notosanscjksc.rcjk build/sources/ fontra/notosanscjksc.fontra
16
+ fontra-copy notoserifcjkjp.rcjk build/sources/ fontra/notoserifcjkjp.fontra
17
17
18
- fontra-copy notosanscjksc.rcjk build/ufo/notosanscjksc.designspace
19
- fontra-copy notoserifcjkjp.rcjk build/ufo/notoserifcjkjp.designspace
18
+ fontra-copy notosanscjksc.rcjk build/sources/ ufo/notosanscjksc.designspace
19
+ fontra-copy notoserifcjkjp.rcjk build/sources/ ufo/notoserifcjkjp.designspace
20
20
21
- fontra-workflow notosanscjksc.yaml --output-dir build --continue-on-error
22
- fontra-workflow notoserifcjkjp.yaml --output-dir build --continue-on-error
21
+ fontra-workflow notosanscjksc.yaml --output-dir build/fonts --continue-on-error
22
+ fontra-workflow notoserifcjkjp.yaml --output-dir build/fonts --continue-on-error
You can’t perform that action at this time.
0 commit comments