From 989d60387c630ac4c149666b9a84e3c198e48043 Mon Sep 17 00:00:00 2001 From: Philipp Schaffrath Date: Wed, 26 Jan 2022 16:46:54 +0100 Subject: [PATCH] switched to latest build system there has been a bugfix that ensures correct cursor sizes --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5125bf2..efb3590 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: - name: Generate variants and assets from Figma file id: figma_cursor_theme - uses: phisch/figma-cursor-theme-action@v1.0 + uses: phisch/figma-cursor-theme-action@v1.1 with: figma_access_token: ${{ secrets.FIGMA_ACCESS_TOKEN }} figma_file_key: ${{ secrets.FIGMA_FILE_KEY }}