File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,8 @@ jobs:
126126 name : Push chdb-tool
127127 needs : push_chdb
128128 runs-on : ubuntu-latest
129+ env :
130+ PUSH_TOOL : true
129131 steps :
130132 - name : Pack
131133 run : |
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <ItemGroup >
4- <ProjectReference Include =" ..\chdb\chdb.csproj" Condition =" '$(GITHUB_ACTIONS )' != 'true'" />
5- <PackageReference Include =" chdb" Version =" $(Version)" Condition =" '$(GITHUB_ACTIONS )' == 'true'" />
4+ <ProjectReference Include =" ..\chdb\chdb.csproj" Condition =" '$(PUSH_TOOL )' != 'true'" />
5+ <PackageReference Include =" chdb" Version =" $(Version)" Condition =" '$(PUSH_TOOL )' == 'true'" />
66
77 <!-- <PackageReference Include="chdb-linux-x64" Version="$(Version)" Condition="$(IsLinuxX64) == true"/>
88 <PackageReference Include="chdb-linux-arm64" Version="$(Version)" Condition="$(IsLinuxArm64) == true"/>
You can’t perform that action at this time.
0 commit comments