Skip to content

Commit b947354

Browse files
authored
Merge pull request #111 from R2NorthstarTools/BigSpice-patch-4
Update dotnet publish command for workflow
2 parents 9311e9a + 3ebb4e4 commit b947354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
dotnet-version: 6.0.x
2222

2323
- 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"
24+
25+
- run: dotnet publish -c Release -r win-x64 --output "/actions" ${{ env.PROJECT_PATH }}
2626

2727
- run: dir /actions
2828

0 commit comments

Comments
 (0)