mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Change Winget Releaser job runner to ubuntu-latest
This commit is contained in:
parent
6020cd9b81
commit
c047807bfd
1 changed files with 1 additions and 2 deletions
3
.github/workflows/winget.yml
vendored
3
.github/workflows/winget.yml
vendored
|
|
@ -5,8 +5,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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue