From 04dad48bc5f6ee4f844bba18885382fcd91dbe48 Mon Sep 17 00:00:00 2001 From: Eric Fennis Date: Sun, 26 Sep 2021 11:45:10 +0200 Subject: [PATCH] add yd --- .github/workflows/release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 639f1ad8a..d9c1f2f05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -335,12 +335,15 @@ jobs: # } # EOF + - name: Install yd + run: sudo apt install yq -y + - name: Get packages run: flutter pub get working-directory: packages/lucide-flutter - - name: Move the ttf file - run: ls -al + - name: List lucide-font folder + run: ls lucide-font - name: Move the ttf file run: mv lucide-font/lucide.ttf packages/lucide-flutter/assets/Lucide.ttf