ci: use generic workflow for publishing

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn 2025-01-29 07:50:36 -05:00
parent 0deb5e20ae
commit 61d7f08883
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -1,13 +1,21 @@
name: Publish to WinGet
name: Publish
on:
release:
types: [released]
types: [ released ]
permissions:
contents: read
jobs:
publish:
winget:
name: Winget
runs-on: windows-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
- name: Publish on Winget
uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: PrismLauncher.PrismLauncher
version: ${{ github.event.release.tag_name }}