forked from Github/PrismLauncher
ci: use generic workflow for publishing
Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
parent
0deb5e20ae
commit
61d7f08883
1 changed files with 12 additions and 4 deletions
|
|
@ -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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue