Skip to content

Commit

Permalink
Merge pull request #581 from sitiom/patch-1
Browse files Browse the repository at this point in the history
switch winget releaser runner to `ubuntu-latest`
  • Loading branch information
schollz authored Feb 7, 2024
2 parents 4025efc + f8bb011 commit 2f33b14
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 2f33b14

Please sign in to comment.