Skip to content

Commit

Permalink
workflow: Fix wrong archive file name
Browse files Browse the repository at this point in the history
[why]
The mono-complete archive's name is 'complete.zip'; where the 'mono'
part is missing. Obviously a copy and paste error.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
  • Loading branch information
Finii committed Jun 30, 2021
1 parent c1339ee commit a6a0793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
./do_generate 36 -c --mono CascadiaCodePLItalic-LightItalic.ttf DelugiaMonoCompleteLight-Italic.ttf "Delugia Mono Light" "Italic"
mkdir delugia-mono-complete
mv Delugia*ttf delugia-mono-complete
zip delugia-complete.zip delugia-mono-complete/*
zip delugia-mono-complete.zip delugia-mono-complete/*
- name: Build Book Complete
run: |
./do_generate 41 -c -c CascadiaCodePL-Regular.ttf DelugiaBook.ttf "Delugia Book" "Regular"
Expand Down

0 comments on commit a6a0793

Please sign in to comment.