Skip to content

Commit 5d6a0e5

Browse files
committed
clean up env vars
1 parent 769e4e5 commit 5d6a0e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RazorUI/RazorUI.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<NoWarn>1591</NoWarn>
2626
</PropertyGroup>
2727

28-
<PropertyGroup Condition="'$(Configuration)'!='Release'">
29-
<TAILWINDCSS_PATH>/usr/local/bin/tailwindcss</TAILWINDCSS_PATH>
28+
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' != 'true'">
29+
<TAILWINDCSS_PATH>tailwindcss</TAILWINDCSS_PATH>
3030
</PropertyGroup>
3131

3232
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">

0 commit comments

Comments
 (0)