Update winget-releaser references
This commit is contained in:
parent
a722ef353e
commit
c1cdaba8e4
|
@ -7,7 +7,7 @@ jobs:
|
|||
runs-on: windows-latest # action can only be run on Windows
|
||||
steps:
|
||||
- name: Publish Sandboxie-Plus
|
||||
uses: vedantmgoyal2009/winget-releaser@v2
|
||||
uses: vedantmgoyal9/winget-releaser@main
|
||||
with:
|
||||
identifier: Sandboxie.Plus
|
||||
installers-regex: "Sandboxie-Plus.*.exe$"
|
||||
|
@ -23,7 +23,7 @@ jobs:
|
|||
"CLASSIC_VER=$VERSION" >> $env:GITHUB_OUTPUT
|
||||
shell: pwsh
|
||||
- name: Publish Sandboxie-Classic
|
||||
uses: vedantmgoyal2009/winget-releaser@v2
|
||||
uses: vedantmgoyal9/winget-releaser@main
|
||||
with:
|
||||
version: ${{ steps.get_version.outputs.CLASSIC_VER }}
|
||||
identifier: Sandboxie.Classic
|
||||
|
|
|
@ -100,7 +100,7 @@ If you find Sandboxie useful, then feel free to contribute through our [Contribu
|
|||
|
||||
- DavidBerdik - Maintainer of [Sandboxie Website Archive](https://github.com/Sandboxie-Website-Archive/sandboxie-website-archive.github.io)
|
||||
- Jackenmen - Maintainer of Chocolatey packages for Sandboxie ([support](https://github.com/Jackenmen/choco-auto/issues?q=is%3Aissue+Sandboxie))
|
||||
- vedantmgoyal2009 - Maintainer of Winget Releaser for Sandboxie ([support](https://github.com/vedantmgoyal2009/winget-releaser/issues?q=is%3Aissue+Sandboxie))
|
||||
- vedantmgoyal9 - Maintainer of Winget Releaser for Sandboxie ([support](https://github.com/vedantmgoyal9/winget-releaser/issues?q=is%3Aissue+Sandboxie))
|
||||
- blap - Maintainer of [SandboxToys2](https://github.com/blap/SandboxToys2) addon
|
||||
- diversenok - Security analysis & PoCs / Security fixes
|
||||
- TechLord - Team-IRA / Reversing
|
||||
|
|
Loading…
Reference in New Issue