Skip to content

Commit 61ce728

Browse files
committed
try saving to local/bin
1 parent 0891cda commit 61ce728

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-container.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ jobs:
6464
- name: Install tailwindcss
6565
if: steps.check_client.outputs.requires_tailwind == 'true'
6666
run: |
67-
curl -o "./MyApp/tailwindcss" -L "https://github.com/tailwindlabs/tailwindcss/releases/latest/download/tailwindcss-linux-x64"
68-
chmod +x "./MyApp/tailwindcss"
67+
echo $PATH
68+
ls ~/
69+
curl -o "~/.local/bin/tailwindcss" -L "https://github.com/tailwindlabs/tailwindcss/releases/latest/download/tailwindcss-linux-x64"
6970
7071
- name: Install x tool
7172
run: dotnet tool install -g x

0 commit comments

Comments
 (0)