Skip to content

Commit

Permalink
Apply new icon font build in release
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfennis committed Oct 11, 2023
1 parent dff42fe commit 935ba9b
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 180 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ jobs:
if: github.repository == 'lucide-icons/lucide'
runs-on: ubuntu-latest
needs: pre-release
container: ericfennis/lucide-font:latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
Expand Down Expand Up @@ -182,11 +181,11 @@ jobs:
- name: Outline svg Icons
run: pnpm build:outline-icons

- name: Create directory
run: mkdir lucide-font
- name: Install dependencies
run: pnpm install --filter build-font

- name: Build font
run: fontcustom compile "./outlined" -h -n "lucide" -o ./lucide-font -F
- name: Create font in ./lucide-font
run: pnpm build:font

- name: "Upload to Artifacts"
uses: actions/upload-artifact@v1
Expand Down
Loading

0 comments on commit 935ba9b

Please sign in to comment.