Create release-winget.yml (#197)

This commit is contained in:
Jonathan Chemla
2026-05-12 12:32:48 +03:00
committed by GitHub
parent fc82a4668b
commit d0cd63f0a7
+14
View File
@@ -0,0 +1,14 @@
name: Publish release to WinGet
on:
release:
types: [released]
workflow_dispatch:
jobs:
publish:
runs-on: windows-latest
steps:
- uses: vedantmgoyal9/winget-releaser@latest
with:
identifier: RcloneUI.RcloneUI
installers-regex: 'Rclone\.UI\_x64\.exe'
token: ${{ secrets.WINGET_ACC_TOKEN }}