From 65a5bcb0d618a33c993161d3479e5a05888b86fa 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 | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 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..e3085b2d --- /dev/null +++ b/.github/workflows/temp.yml @@ -0,0 +1,28 @@ +name: Temp + +on: + push: + branches: + - 'temp' + +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 -o figma-export.zip https://github.com/RedMadRobot/figma-export/releases/download/0.37.2/figma-export.zip + - name: Download Figma Export Sources + run: curl -OL -o 0.37.2.zip https://github.com/RedMadRobot/figma-export/archive/refs/tags/0.37.2.zip + - name: Extract Figma Export + run: unzip figma-export.zip -d figma-export-release + - name: Extract Figma Sources + run: unzip 0.37.2.zip -d figma-export-sources + - name: Run Figma Export + run: | + cd ./figma-export-sources/figma-export-0.37.2/Examples/AndroidExample + ../../../../figma-export-release/Release/figma-export icons