Skip to content

Commit

Permalink
added zip to josevka, ls
Browse files Browse the repository at this point in the history
  • Loading branch information
jhilker98 committed Oct 31, 2023
1 parent 7ff6cd7 commit 316c1c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
jobs:
tests:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -14,4 +14,5 @@ jobs:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: "Build Josevka"
run: nix build -L .#josevka --cores 2
- run: ls -alh ./result
- run: zip -9 josevka-$GITHUB_SHA.zip ./result/share/fonts/truetype/*.ttf
- run: ls

0 comments on commit 316c1c3

Please sign in to comment.