We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1f1221 + 5d68b5b commit b75fe54Copy full SHA for b75fe54
.github/workflows/winget.yml
@@ -4,17 +4,17 @@ on:
4
types: [released]
5
jobs:
6
publish:
7
- runs-on: windows-latest # action can only be run on windows
+ runs-on: windows-latest
8
steps:
9
- name: Publish Mumble client
10
- uses: vedantmgoyal2009/winget-releaser@v1
+ uses: vedantmgoyal9/winget-releaser@main
11
with:
12
identifier: Mumble.Mumble.Client
13
installers-regex: mumble_client.*.msi$
14
token: ${{ secrets.WINGET_TOKEN }}
15
16
- name: Publish Mumble server
17
18
19
identifier: Mumble.Mumble.Server
20
installers-regex: mumble_server.*.msi$
0 commit comments