Skip to content

Commit d6ceefa

Browse files
committed
Still trying to fix windows build
1 parent 895e093 commit d6ceefa

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
@@ -77,10 +77,10 @@ jobs:
7777
run: dotnet restore
7878

7979
- name: Build
80-
run: dotnet build --configuration Release --no-restore
80+
run: dotnet build --configuration Release --no-restore --runtime win-x64
8181

8282
- name: Publish
83-
run: dotnet publish --configuration Release --output ./publish
83+
run: dotnet publish --configuration Release --output ./publish --runtime win-x64
8484

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

0 commit comments

Comments
 (0)