aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Banks <Russell@bandev.uk>2022-06-28 12:11:52 +0100
committerGitHub <noreply@github.com>2022-06-28 12:11:52 +0100
commit2bba64fe3a0509251c6a197dba4eb503ea0f20a7 (patch)
tree57d1ba6506373c0e092dffb30798d94a05d56254
parent774ed044fcac9c444f41e0f93435089338e8366c (diff)
downloadPrismLauncher-2bba64fe3a0509251c6a197dba4eb503ea0f20a7.tar.gz
PrismLauncher-2bba64fe3a0509251c6a197dba4eb503ea0f20a7.tar.bz2
PrismLauncher-2bba64fe3a0509251c6a197dba4eb503ea0f20a7.zip
Create winget.yml
-rw-r--r--.github/workflows/winget.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml
new file mode 100644
index 00000000..b8ecce13
--- /dev/null
+++ b/.github/workflows/winget.yml
@@ -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 }}