Skip to content

Commit c61718c

Browse files
authored
Update dotnet.yml (2)
1 parent b48eab4 commit c61718c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build:
1414

15-
runs-on: ubuntu-latest
15+
runs-on: windows-latest
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -30,7 +30,7 @@ jobs:
3030
- name: Restore dependencies
3131
run: dotnet restore
3232

33-
- name: publish
33+
- name: Build
3434
run: |
3535
dotnet publish /p:OutputType=WinExe
3636
ls -hl ./bin/Release

0 commit comments

Comments
 (0)