Skip to content

Commit b22c7a5

Browse files
authored
Add CI workflow step to upload the Supplementary Multilingual Plane (SMP) variant of Unifont.
Thanks to unai-d ( unai-d@6739a72 )
1 parent 4f365d2 commit b22c7a5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
build:
17-
name: Unifont BMP TTF
17+
name: Unifont TTF
1818
runs-on: ubuntu-latest
1919
timeout-minutes: 10
2020

@@ -61,3 +61,9 @@ jobs:
6161
with:
6262
name: Unifont BMP TTF
6363
path: unifont/font/compiled/unifont-${{ inputs.unifont_version }}.ttf
64+
65+
- name: Upload generated Unifont SMP TTF as artifact
66+
uses: actions/upload-artifact@v4
67+
with:
68+
name: Unifont SMP TTF
69+
path: unifont/font/compiled/unifont_upper-${{ inputs.unifont_version }}.ttf

0 commit comments

Comments
 (0)