Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

Commit f1ae725

Browse files
Update dotnet-desktop.yml
1 parent 15880c0 commit f1ae725

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,11 @@ jobs:
2626
dotnet-version: 11.0.x
2727

2828
- name: Publish
29-
run: |
30-
dotnet publish -c Release -f net11.0-windows -r win-x64 --self-contained false -o dist
31-
dotnet publish -c Release -f net11.0-windows -r win-x64 --self-contained true -o dist-rt
29+
run: dotnet publish -c Release --self-contained true -r win-x64 -o dist
3230

3331
- name: Upload build artifacts
3432
uses: actions/upload-artifact@v4
3533
with:
3634
name: Release
3735
path: dist/
3836

39-
- name: Upload build artifacts (self-contained)
40-
uses: actions/upload-artifact@v4
41-
with:
42-
name: Release (Self-Contained)
43-
path: dist-rt/

0 commit comments

Comments
 (0)