aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/winget.yml
blob: 98981e80932c36ef34f7fda0055af7e89dcda668 (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: 'PolyMC-Windows-Setup-.+\.exe$'
          token: ${{ secrets.WINGET_TOKEN }}