Skip to content

Commit

Permalink
Merge PR #648: Update winget-releaser to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl authored Jul 8, 2024
2 parents e1f1221 + 5d68b5b commit b75fe54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ on:
types: [released]
jobs:
publish:
runs-on: windows-latest # action can only be run on windows
runs-on: windows-latest
steps:
- name: Publish Mumble client
uses: vedantmgoyal2009/winget-releaser@v1
uses: vedantmgoyal9/winget-releaser@main
with:
identifier: Mumble.Mumble.Client
installers-regex: mumble_client.*.msi$
token: ${{ secrets.WINGET_TOKEN }}

- name: Publish Mumble server
uses: vedantmgoyal2009/winget-releaser@v1
uses: vedantmgoyal9/winget-releaser@main
with:
identifier: Mumble.Mumble.Server
installers-regex: mumble_server.*.msi$
Expand Down

0 comments on commit b75fe54

Please sign in to comment.