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