File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ name: build
19
19
on : [push]
20
20
21
21
jobs :
22
- ubuntu -latest :
23
- name : ubuntu -latest
24
- runs-on : ubuntu -latest
22
+ windows -latest :
23
+ name : windows -latest
24
+ runs-on : windows -latest
25
25
steps :
26
26
- uses : actions/checkout@v4
27
27
- name : ' Cache: .nuke/temp, ~/.nuget/packages'
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ name: pack
19
19
on : [workflow_dispatch]
20
20
21
21
jobs :
22
- ubuntu -latest :
23
- name : ubuntu -latest
24
- runs-on : ubuntu -latest
22
+ windows -latest :
23
+ name : windows -latest
24
+ runs-on : windows -latest
25
25
steps :
26
26
- uses : actions/checkout@v4
27
27
with :
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ name: publish
19
19
on : [workflow_dispatch]
20
20
21
21
jobs :
22
- ubuntu -latest :
23
- name : ubuntu -latest
24
- runs-on : ubuntu -latest
22
+ windows -latest :
23
+ name : windows -latest
24
+ runs-on : windows -latest
25
25
steps :
26
26
- uses : actions/checkout@v4
27
27
with :
You can’t perform that action at this time.
0 commit comments