mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
Merge pull request #581 from sitiom/patch-1
switch winget releaser runner to `ubuntu-latest`
This commit is contained in:
commit
2f33b14b3d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/winget.yml
vendored
4
.github/workflows/winget.yml
vendored
|
@ -5,10 +5,10 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: windows-latest # Action can only run on Windows
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: vedantmgoyal2009/winget-releaser@v2
|
- uses: vedantmgoyal2009/winget-releaser@v2
|
||||||
with:
|
with:
|
||||||
identifier: schollz.croc
|
identifier: schollz.croc
|
||||||
installers-regex: '_Windows-\w+\.zip$'
|
installers-regex: '_Windows-\w+\.zip$'
|
||||||
token: ${{ secrets.WINGET_TOKEN }}
|
token: ${{ secrets.WINGET_TOKEN }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue