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:
126
126
name : Push chdb-tool
127
127
needs : push_chdb
128
128
runs-on : ubuntu-latest
129
+ env :
130
+ PUSH_TOOL : true
129
131
steps :
130
132
- name : Pack
131
133
run : |
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<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'" />
6
6
7
7
<!-- <PackageReference Include="chdb-linux-x64" Version="$(Version)" Condition="$(IsLinuxX64) == true"/>
8
8
<PackageReference Include="chdb-linux-arm64" Version="$(Version)" Condition="$(IsLinuxArm64) == true"/>
You can’t perform that action at this time.
0 commit comments