Skip to content

Commit 1499a3d

Browse files
committed
Build windows app
1 parent b020ed0 commit 1499a3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ jobs:
7878
run: dotnet restore
7979

8080
- name: Build
81-
run: dotnet build --configuration Release --no-restore
81+
run: dotnet build --configuration Release --no-restore --runtime win-x64
8282

8383
- name: Publish
84-
run: dotnet publish --configuration Release --output ./publish
84+
run: dotnet publish --configuration Release --output ./publish --runtime win-x64
8585

8686
- name: Build and push static web package
8787
run: |

0 commit comments

Comments
 (0)