We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9311e9a + 3ebb4e4 commit b947354Copy full SHA for b947354
.github/workflows/dotnet-desktop.yml
@@ -21,8 +21,8 @@ jobs:
21
dotnet-version: 6.0.x
22
23
- run: dotnet restore ${{ env.PROJECT_PATH }}
24
-
25
- - run: dotnet publish ${{ env.PROJECT_PATH }} -r win-x64 /p:PublishSingleFile=True --self-contained true --output "/actions"
+
+ - run: dotnet publish -c Release -r win-x64 --output "/actions" ${{ env.PROJECT_PATH }}
26
27
- run: dir /actions
28
0 commit comments