diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 3eb3da3a7..07b5632ff 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -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 }} \ No newline at end of file + token: ${{ secrets.WINGET_TOKEN }}