Skip to content

Commit 9c5ad72

Browse files
authored
Update winget.yml
1 parent 7b16a73 commit 9c5ad72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/winget.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ name: Publish to WinGet
33
on:
44
release:
55
types: [released]
6+
workflow_dispatch:
67

78
jobs:
89
publish:
9-
runs-on: ubuntu-latest
10+
runs-on: windows-latest
1011

1112
steps:
1213
- name: Extract version from tag

0 commit comments

Comments
 (0)