-
-
Notifications
You must be signed in to change notification settings - Fork 546
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply new icon font build in release
- Loading branch information
1 parent
dff42fe
commit 935ba9b
Showing
3 changed files
with
215 additions
and
180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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 | ||
|
Oops, something went wrong.