Skip to content

Commit

Permalink
Export everything as a single artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Jul 16, 2024
1 parent 6d85536 commit d1c9560
Showing 1 changed file with 3 additions and 33 deletions.
36 changes: 3 additions & 33 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,41 +20,11 @@ jobs:
pip install --upgrade pip
pip install -r requirements.txt
- name: Export Fontra and UFO sources and build TTF
- name: Export Fontra and UFO sources and build fonts
run: ./export_and_build.sh

- name: Storing Sources Fontra
uses: actions/upload-artifact@v4
with:
name: NotoCJKVarCo_SourcesFontra
path: build/fontra

- name: Storing Sources UFO
uses: actions/upload-artifact@v4
with:
name: NotoCJKVarCo_SourcesUFO
path: build/ufo

- name: Storing Binary Fonts TTF VARC
uses: actions/upload-artifact@v4
with:
name: NotoCJKVarCo_TTF_VARC
path: build/ttf-varc

- name: Storing Binary Fonts OTF VARC
uses: actions/upload-artifact@v4
with:
name: NotoCJKVarCo_OTF_VARC
path: build/otf-varc

- name: Storing Binary Fonts TTF
uses: actions/upload-artifact@v4
with:
name: NotoCJKVarCo_TTF
path: build/ttf

- name: Storing Binary Fonts OTF
uses: actions/upload-artifact@v4
with:
name: NotoCJKVarCo_OTF
path: build/otf
name: NotoCJKVarCo_SourcesAndBinaries
path: build

0 comments on commit d1c9560

Please sign in to comment.