From aa7efeacc44c61cc40c401c8805733ceeec8d9b5 Mon Sep 17 00:00:00 2001 From: Eric Fennis Date: Sun, 5 Sep 2021 13:19:36 +0200 Subject: [PATCH] fix release yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d40523d38..d6ae5ecc8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -333,7 +333,7 @@ jobs: EOF - name: Move the ttf file - run: mv lucide-font/Lucide.ttf assets/Lucide.ttf + run: mv lucide-font/Lucide.ttf packages/lucide-flutter/assets/Lucide.ttf - name: Generate exports file run: dart tool/generate_fonts.dart lucide-font/Lucide-preview.html