mirror of
https://github.com/Vencord/Vesktop.git
synced 2025-02-23 05:35:09 +00:00
ci: allow manual submissions (#140)
This commit is contained in:
parent
45f56c63a0
commit
9c95956c96
1 changed files with 7 additions and 0 deletions
7
.github/workflows/winget-submission.yml
vendored
7
.github/workflows/winget-submission.yml
vendored
|
@ -3,6 +3,12 @@ name: Submit to Winget Community Repo
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
tag:
|
||||||
|
type: string
|
||||||
|
description: The release tag to submit
|
||||||
|
required: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
winget:
|
winget:
|
||||||
|
@ -15,3 +21,4 @@ jobs:
|
||||||
identifier: Vencord.Vesktop
|
identifier: Vencord.Vesktop
|
||||||
token: ${{ secrets.WINGET_PAT }}
|
token: ${{ secrets.WINGET_PAT }}
|
||||||
installers-regex: '\.exe$'
|
installers-regex: '\.exe$'
|
||||||
|
release-tag: ${{ inputs.tag || github.event.release.tag_name }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue