We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76655ba commit 11fdf86Copy full SHA for 11fdf86
.github/workflows/dotnet.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Test
31
run: dotnet test --no-build --verbosity normal
32
- name: Publish
33
- run: dotnet publish -c Release -o publish
+ run: dotnet publish .\CSharpCodeAnalyst\CSharpCodeAnalyst.csproj -c Release -r win-x64 -o publish
34
35
- name: Zip Release
36
run: Compress-Archive -Path publish/* -DestinationPath latest-release.zip
0 commit comments