From fbebc838e2e4001e183636821df3a0bcc3b2e31b Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Mon, 22 Nov 2021 15:18:04 +0530 Subject: [PATCH] ci: relink macOSMonterey svg --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 43fc1f6..4032f59 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,6 +53,10 @@ jobs: with: python-version: "3.8" + - name: Generating `macOSMonterey` symlinks + run: cd svg && python link.py && cd .. + continue-on-error: false + - name: Generating `macOSBigSur` Cursor Theme run: make bigsur continue-on-error: false