Skip to content

Commit

Permalink
Fix YML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ccouzens committed May 7, 2023
1 parent 4fd7bbe commit d6787d3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
name: figma-file-tools-X64-Linux
path: figma-file-tools-X64-Linux
- run: "chmod +x figma-file-tools-X64-Linux/figma-file-tools"
- run 'tar czf figma-file-tools-X64-Linux.tar.gz
figma-file-tools-X64-Linux/figma-file-tools'
- run:
"tar czf figma-file-tools-X64-Linux.tar.gz
figma-file-tools-X64-Linux/figma-file-tools"
- uses: actions/download-artifact@v3
with:
name: figma-file-tools-X64-Windows
Expand All @@ -47,8 +48,9 @@ jobs:
name: figma-file-tools-X64-macOS
path: figma-file-tools-X64-macOS
- run: "chmod +x figma-file-tools-X64-macOS/figma-file-tools"
- run 'tar czf figma-file-tools-X64-macOS.tar.gz
figma-file-tools-X64-macOS/figma-file-tools'
- run:
"tar czf figma-file-tools-X64-macOS.tar.gz
figma-file-tools-X64-macOS/figma-file-tools"
- uses: ncipollo/release-action@v1
with:
artifacts: "figma-file-tools-X64-Linux.tar.gz,figma-file-tools-X64-Windows/figma-file-tools.exe,figma-file-tools-X64-macOS.tar.gz"

0 comments on commit d6787d3

Please sign in to comment.