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

Commit 2a5db81

Browse files
committed
2 parents 95c1d77 + fe98253 commit 2a5db81

3 files changed

Lines changed: 47 additions & 50 deletions

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,11 @@ jobs:
2424
with:
2525
dotnet-version: 11.0.x
2626

27-
- name: Publish
28-
run: |
29-
dotnet publish -c Release --self-contained false -o dist
30-
dotnet publish -c Release --self-contained true -o dist-rt
27+
- name: Publish binary
28+
run: dotnet publish -c Release --self-contained true -r win-x64 -o dist -p:PublishSingleFile=true
3129

3230
- name: Upload build artifacts
3331
uses: actions/upload-artifact@v4
3432
with:
3533
name: Release
3634
path: dist/
37-
38-
- name: Upload build artifacts (self-contained)
39-
uses: actions/upload-artifact@v4
40-
with:
41-
name: Release (Self-Contained)
42-
path: dist-rt/

0 commit comments

Comments
 (0)