Merge branch 'master' of https://github.com/sandboxie-plus/Sandboxie
This commit is contained in:
commit
cd63a532cb
|
@ -0,0 +1,13 @@
|
|||
name: Publish to WinGet
|
||||
on:
|
||||
release:
|
||||
types: [released]
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: windows-latest # action can only be run on windows
|
||||
steps:
|
||||
- uses: vedantmgoyal2009/vedantmgoyal2009/winget-pkgs-automation/releaser-action@v1.0.0
|
||||
with:
|
||||
identifier: Sandboxie.Plus
|
||||
installers-regex: 'Sandboxie-Plus.*.exe$'
|
||||
token: ${{ secrets.WINGET_TOKEN }}
|
Loading…
Reference in New Issue