ci: use generic workflow for publishing
Signed-off-by: Seth Flynn <getchoo@tuta.io> (cherry picked from commit 61d7f088838e25ddb0a7089a6fa3f7d232331c24)
This commit is contained in:
parent
18170cc900
commit
dd90049b30
@ -1,13 +1,21 @@
|
|||||||
name: Publish to WinGet
|
name: Publish
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [released]
|
types: [ released ]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
winget:
|
||||||
|
name: Winget
|
||||||
|
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: vedantmgoyal2009/winget-releaser@v2
|
- name: Publish on Winget
|
||||||
|
uses: vedantmgoyal2009/winget-releaser@v2
|
||||||
with:
|
with:
|
||||||
identifier: PrismLauncher.PrismLauncher
|
identifier: PrismLauncher.PrismLauncher
|
||||||
version: ${{ github.event.release.tag_name }}
|
version: ${{ github.event.release.tag_name }}
|
Loading…
Reference in New Issue
Block a user