From eaf51b2da46a46a58ec975b8b7a8e8ac8e518c7c Mon Sep 17 00:00:00 2001 From: Eric Fennis Date: Mon, 6 Sep 2021 21:02:13 +0200 Subject: [PATCH] update release yml --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d6ae5ecc8..3ada8e086 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -332,6 +332,10 @@ jobs: } EOF + - name: Get packages + run: pub get + working-directory: packages/lucide-flutter + - name: Move the ttf file run: mv lucide-font/Lucide.ttf packages/lucide-flutter/assets/Lucide.ttf