Skip to content

Commit

Permalink
Properly attach cli binaries to release
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Dec 14, 2021
1 parent 4041d04 commit 5079b9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
* [macOS (x64)](https://github.com/tailwindlabs/tailwindcss/releases/download/${{ steps.vars.outputs.tag_name }}/tailwindcss-macos-x64)
* [Windows (x64)](https://github.com/tailwindlabs/tailwindcss/releases/download/${{ steps.vars.outputs.tag_name }}/tailwindcss-windows-x64.exe)
files: |
dist/tailwindcss-linux-x64
dist/tailwindcss-macos-arm64
dist/tailwindcss-macos-x64
dist/tailwindcss-windows-x64.exe
standalone-cli/dist/tailwindcss-linux-x64
standalone-cli/dist/tailwindcss-macos-arm64
standalone-cli/dist/tailwindcss-macos-x64
standalone-cli/dist/tailwindcss-windows-x64.exe

0 comments on commit 5079b9c

Please sign in to comment.