Skip to content

Commit 3e5c4e7

Browse files
authored
fine tunning workflow
1 parent 885f35b commit 3e5c4e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: dotnet build --configuration Release --no-restore
2727

2828
- name: Publish
29-
run: dotnet publish -c Release --self-contained true /p:PublishSingleFile=true /p:IncludeAllContentForSelfExtract=true -o publish
29+
run: dotnet publish ${env.PROJECT_NAME}.csproj -c Release --self-contained true -r win-x64 /p:PublishSingleFile=true /p:IncludeAllContentForSelfExtract=true -o publish
3030

3131
- name: Create Release and Upload Artifact
3232
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)