Update winget.yml
Workflows fail when any breaking change is pushed, hence, I'm switching to versioned tags.
This commit is contained in:
parent
6ab7eecdd6
commit
9101e1ad34
|
@ -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@latest
|
||||
uses: vedantmgoyal2009/winget-releaser@v1
|
||||
with:
|
||||
identifier: Sandboxie.Plus
|
||||
installers-regex: "Sandboxie-Plus.*.exe$"
|
||||
|
@ -23,7 +23,7 @@ jobs:
|
|||
Write-Host "::set-output name=CLASSIC_VER::$VERSION"
|
||||
shell: pwsh
|
||||
- name: Publish Sandboxie-Classic
|
||||
uses: vedantmgoyal2009/winget-releaser@latest
|
||||
uses: vedantmgoyal2009/winget-releaser@v1
|
||||
with:
|
||||
version: ${{ steps.get_version.outputs.CLASSIC_VER }}
|
||||
identifier: Sandboxie.Classic
|
||||
|
|
Loading…
Reference in New Issue