Skip to content

Commit

Permalink
Change Winget Releaser job to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
sitiom authored Aug 18, 2023
1 parent f5b9598 commit 1e9e1f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:

winget:
if: startsWith(github.ref, 'refs/tags/')
runs-on: windows-latest
runs-on: ubuntu-latest
needs: build
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
Expand All @@ -108,4 +108,4 @@ jobs:
max-versions-to-keep: 5
installers-regex: '_windows_amd64\.zip$'
fork-user: rsteube-bot
token: ${{ secrets.WINGET_TOKEN }}
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit 1e9e1f8

Please sign in to comment.