We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b16a73 commit 9c5ad72Copy full SHA for 9c5ad72
1 file changed
.github/workflows/winget.yml
@@ -3,10 +3,11 @@ name: Publish to WinGet
3
on:
4
release:
5
types: [released]
6
+ workflow_dispatch:
7
8
jobs:
9
publish:
- runs-on: ubuntu-latest
10
+ runs-on: windows-latest
11
12
steps:
13
- name: Extract version from tag
0 commit comments