Skip to content

Commit

Permalink
DOCS: Action can now run on any OS
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantmgoyal9 authored and Krzmbrzl committed Jul 6, 2024
1 parent e295240 commit 5d68b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/winget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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: vedantmgoyal9/winget-releaser@main
Expand Down

0 comments on commit 5d68b5b

Please sign in to comment.