Skip to content

Commit f7905df

Browse files
Update release.yaml
1 parent b91b02a commit f7905df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pack-for-release
1+
name: release
22

33
on:
44
workflow_dispatch:
@@ -8,8 +8,8 @@ env:
88
DOTNET_NOLOGO: 1
99

1010
jobs:
11-
build-and-pack:
12-
runs-on: ubuntu-latest
11+
release:
12+
runs-on: windows-latest
1313

1414
steps:
1515
- name: Checkout

0 commit comments

Comments
 (0)