Skip to content

Commit

Permalink
Store PDF file as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
enzet committed Aug 15, 2024
1 parent 03f6b6e commit fe84e3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@ jobs:
../fonts/DoulosSIL-Regular.ttf
../fonts/NotoSansKR-Regular.ttf
../fonts/cmunrm.ttf
- name: Archive code coverage results
uses: actions/upload-artifact@v4
with:
name: text-result
path: out/text.pdf

0 comments on commit fe84e3d

Please sign in to comment.