Skip to content

Commit 7f9fe8d

Browse files
committed
fix(ci): windows plz work
1 parent cdff6ff commit 7f9fe8d

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ jobs:
3636
run: dotnet restore NativeCodeGen.sln
3737

3838
- name: Publish
39-
run: |
40-
dotnet publish src/NativeCodeGen.Cli/NativeCodeGen.Cli.csproj \
41-
-c Release \
42-
-r ${{ matrix.rid }} \
43-
-o ./publish
39+
run: dotnet publish src/NativeCodeGen.Cli/NativeCodeGen.Cli.csproj -c Release -r ${{ matrix.rid }} -o ./publish
4440

4541
- name: Rename artifact (Unix)
4642
if: runner.os != 'Windows'

src/NativeCodeGen.Core/NativeCodeGen.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ItemGroup>
1010
<PackageReference Include="Markdig" Version="0.34.0" />
1111
<PackageReference Include="protobuf-net" Version="3.2.45" />
12-
<PackageReference Include="protobuf-net.BuildTools" Version="3.2.45" PrivateAssets="all" />
12+
<PackageReference Include="protobuf-net.BuildTools" Version="3.2.46" PrivateAssets="all" />
1313
<PackageReference Include="YamlDotNet" Version="15.1.2" />
1414
</ItemGroup>
1515

0 commit comments

Comments
 (0)