Skip to content

Commit 11fdf86

Browse files
authored
Update dotnet.yml
1 parent 76655ba commit 11fdf86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Test
3131
run: dotnet test --no-build --verbosity normal
3232
- name: Publish
33-
run: dotnet publish -c Release -o publish
33+
run: dotnet publish .\CSharpCodeAnalyst\CSharpCodeAnalyst.csproj -c Release -r win-x64 -o publish
3434

3535
- name: Zip Release
3636
run: Compress-Archive -Path publish/* -DestinationPath latest-release.zip

0 commit comments

Comments
 (0)