Merge pull request #851 from russellbanks/patch-1

This commit is contained in:
Sefa Eyeoglu 2022-07-09 01:16:07 +02:00 committed by GitHub
commit f591c87665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
.github/workflows/winget.yml vendored Normal file
View File

@ -0,0 +1,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 }}