Skip to content

GitHub Store 1.8.2 — Polish, Hide, Cross-OS #2

GitHub Store 1.8.2 — Polish, Hide, Cross-OS

GitHub Store 1.8.2 — Polish, Hide, Cross-OS #2

Workflow file for this run

name: Publish to WinGet
on:
release:
types: [released]
jobs:
publish-msi:
name: Publish MSI to WinGet
runs-on: ubuntu-latest
steps:
- uses: vedantmgoyal9/winget-releaser@main
with:
identifier: zed.rainxch.githubstore
installers-regex: '\.msi$'
token: ${{ secrets.WINGET_TOKEN }}
publish-exe:
name: Publish EXE to WinGet
runs-on: ubuntu-latest
steps:
- uses: vedantmgoyal9/winget-releaser@main
with:
identifier: zed.rainxch.githubstore
installers-regex: '\.exe$'
token: ${{ secrets.WINGET_TOKEN }}