Skip to content

Commit

Permalink
Merge pull request #491 from sitiom/patch-1
Browse files Browse the repository at this point in the history
Change Winget Releaser job to `ubuntu-latest`
  • Loading branch information
pizzaboxer committed Aug 2, 2023
2 parents 6618d98 + e6942ca commit b1d0e11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ on:

jobs:
publish:
# Action can only be run on windows
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
Expand Down

0 comments on commit b1d0e11

Please sign in to comment.