aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/winget.yml
blob: b8ecce133ee3ac02928879bbfd717307473bb526 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: Publish to WinGet
on:
  release:
    types: [released]

jobs:
  publish:
    runs-on: windows-latest
    steps:
      - uses: vedantmgoyal2009/winget-releaser@latest
        with:
          identifier: PolyMC.PolyMC
          installers-regex: '\.exe$'
          token: ${{ secrets.WINGET_TOKEN }}