From eaf51b2da46a46a58ec975b8b7a8e8ac8e518c7c Mon Sep 17 00:00:00 2001 From: Eric Fennis Date: Mon, 6 Sep 2021 21:02:13 +0200 Subject: [PATCH 1/3] 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 d6ae5ec..3ada8e0 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 From f09836cc84f21c21a3103b64a4dd4e49e3c30156 Mon Sep 17 00:00:00 2001 From: Eric Fennis Date: Mon, 6 Sep 2021 21:29:31 +0200 Subject: [PATCH 2/3] update release.yml --- .github/workflows/release.yml | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ada8e0..ed9b42e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,6 @@ jobs: runs-on: ubuntu-latest outputs: VERSION: ${{ steps.get_version.outputs.VERSION }} - YARN_CACHE_DIR: ${{ steps.yarn_cache.outputs.YARN_CACHE_DIR }} steps: - name: Get the version @@ -22,21 +21,16 @@ jobs: env: VERSION_REF: ${{ github.event.inputs.version || github.ref }} - - name: Get yarn cache directory path - id: yarn_cache - run: echo "::set-output name=YARN_CACHE_DIR::$(yarn cache dir)" - lucide: if: github.repository == 'lucide-icons/lucide' runs-on: ubuntu-latest needs: pre-build steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v2.4 with: node-version: '14' cache: 'yarn' - cache-dependency-path: yarn.lock - name: Install dependencies run: yarn @@ -68,11 +62,10 @@ jobs: needs: pre-build steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v2.4 with: node-version: '14' cache: 'yarn' - cache-dependency-path: yarn.lock - name: Install dependencies run: yarn @@ -104,11 +97,10 @@ jobs: needs: pre-build steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v2.4 with: node-version: '14' cache: 'yarn' - cache-dependency-path: yarn.lock - name: Install dependencies run: yarn @@ -140,11 +132,10 @@ jobs: needs: pre-build steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v2.4 with: node-version: '14' cache: 'yarn' - cache-dependency-path: yarn.lock - name: Install dependencies run: yarn @@ -176,11 +167,10 @@ jobs: needs: pre-build steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v2.4 with: node-version: '14' cache: 'yarn' - cache-dependency-path: yarn.lock - name: Install dependencies run: yarn --pure-lockfile @@ -212,11 +202,10 @@ jobs: needs: pre-build steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v2.4 with: node-version: '14' cache: 'yarn' - cache-dependency-path: yarn.lock - name: Install dependencies run: yarn @@ -248,11 +237,10 @@ jobs: needs: pre-build steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v2.4 with: node-version: '14' cache: 'yarn' - cache-dependency-path: yarn.lock - name: Update repos run: sudo apt-get update From cb7da732fe79e155cdd10c55f71a1dd4c0e1856b Mon Sep 17 00:00:00 2001 From: Eric Fennis Date: Thu, 16 Sep 2021 10:06:19 +0200 Subject: [PATCH 3/3] Split up merged paths --- icons/battery-charging.svg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/icons/battery-charging.svg b/icons/battery-charging.svg index b61a200..e65dc30 100644 --- a/icons/battery-charging.svg +++ b/icons/battery-charging.svg @@ -9,7 +9,8 @@ stroke-linecap="round" stroke-linejoin="round" > - + +