mirror of
https://github.com/smartfrigde/armcord.git
synced 2026-06-23 05:25:43 +00:00
13 lines
360 B
YAML
13 lines
360 B
YAML
name: Publish to WinGet
|
|
on:
|
|
release:
|
|
types: [released]
|
|
jobs:
|
|
publish:
|
|
runs-on: windows-latest
|
|
steps:
|
|
- uses: vedantmgoyal9/winget-releaser@main
|
|
with:
|
|
identifier: smartfrigde.Legcord
|
|
installers-regex: '-win-\w+\.exe$'
|
|
token: ${{secrets.PUBLIC_REPO_READ}}
|