Sandboxie/.github/workflows/winget.yml

14 lines
355 B
YAML
Raw Normal View History

2022-05-11 15:33:00 +01:00
name: Publish to WinGet
on:
release:
types: [released]
jobs:
publish:
runs-on: windows-latest # action can only be run on windows
steps:
2022-06-18 19:29:46 +01:00
- uses: vedantmgoyal2009/winget-releaser@latest
2022-05-11 15:33:00 +01:00
with:
identifier: Sandboxie.Plus
installers-regex: 'Sandboxie-Plus.*.exe$'
token: ${{ secrets.WINGET_TOKEN }}