Skip to content

Publish to WinGet

Publish to WinGet #1

Workflow file for this run

name: Publish to WinGet
on:
release:
types: [released]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Publish to WinGet
uses: vedantmgoyal9/winget-releaser@4ffc7888bffd451b357355dc214d43bb9f23917e
with:
identifier: avalonreset.HyperYap
installers-regex: '\.(msi|exe)$'
token: ${{ secrets.WINGET_TOKEN }}