Change Winget Releaser job to `ubuntu-latest`
This commit is contained in:
parent
1bfcdfacf2
commit
ec91412c96
|
|
@ -4,7 +4,7 @@ on:
|
|||
types: [released]
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: windows-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: vedantmgoyal2009/winget-releaser@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue