-
Notifications
You must be signed in to change notification settings - Fork 115
31 lines (29 loc) · 1.01 KB
/
temp.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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: |
echo "$PATH"
echo "./figma-export-release/Release" >> $GITHUB_PATH
echo "$PATH"
cd ./figma-export-sources/figma-export-0.37.2/Examples/AndroidExample
figma-export icons