Skip to content

Commit

Permalink
switch winget releaser runner to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
sitiom authored Jul 7, 2023
1 parent ef68dfa commit f8bb011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:

jobs:
publish:
runs-on: windows-latest # Action can only run on Windows
runs-on: ubuntu-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: schollz.croc
installers-regex: '_Windows-\w+\.zip$'
token: ${{ secrets.WINGET_TOKEN }}
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit f8bb011

Please sign in to comment.