From 614e3cd090036675325dd052d9b4ccd22d0a888f Mon Sep 17 00:00:00 2001 From: Daniil Subbotin Date: Tue, 3 Oct 2023 21:27:18 +0300 Subject: [PATCH] TEMP --- .github/workflows/temp.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/temp.yml diff --git a/.github/workflows/temp.yml b/.github/workflows/temp.yml new file mode 100644 index 00000000..3209de85 --- /dev/null +++ b/.github/workflows/temp.yml @@ -0,0 +1,25 @@ +name: Temp + +on: + workflow_dispatch: + +jobs: + temp: + name: Run FigmaExport + runs-on: macos-latest + env: + FIGMA_PERSONAL_TOKEN: ${{ secrets.FIGMA_PERSONAL_TOKEN }} + steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Download Figma Export + run: curl -OL https://github.com/RedMadRobot/figma-export/releases/download/0.37.2/figma-export.zip + - name: Download Figma Export Sources + run: curl -OL https://github.com/RedMadRobot/figma-export/archive/refs/tags/0.37.2.zip + - name: Extract Figma Export + run: unzip figma-export.zip + - name: Extract Figma Sources + run: unzip figma-export-0.37.2.zip + - name: Run Figma Export + working-directory: ./figma-export-0.37.2/Examples/Example + run: ./figma-export/Release/figma-export icons