mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
auto-publish to winget-pkgs (#1188)
This commit is contained in:
parent
feaaf23ab6
commit
e02647feff
1 changed files with 21 additions and 0 deletions
21
.github/workflows/publish-winget.yml
vendored
Normal file
21
.github/workflows/publish-winget.yml
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
name: Publish release to WinGet
|
||||||
|
on:
|
||||||
|
release:
|
||||||
|
types: [released]
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
tag_name:
|
||||||
|
description: "Specific tag name"
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
publish:
|
||||||
|
runs-on: windows-latest
|
||||||
|
steps:
|
||||||
|
- uses: vedantmgoyal9/winget-releaser@main
|
||||||
|
with:
|
||||||
|
identifier: jeffvli.Feishin
|
||||||
|
installers-regex: 'Feishin-*-win-x64\.exe'
|
||||||
|
token: ${{ secrets.WINGET_ACC_TOKEN }}
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue