1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-07-28 18:51:59 -07:00

Change Winget Releaser job to ubuntu-latest ()

This commit is contained in:
sitiom
2023-08-17 16:17:38 +08:00
committed by GitHub
parent c280645671
commit 9d5392fb02

@@ -5,7 +5,7 @@ on:
jobs:
publish:
runs-on: windows-latest # Action can only run on Windows
runs-on: ubuntu-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with: