Update winget.yml

Workflows fail when any breaking change is pushed, hence, I'm switching to versioned tags.
This commit is contained in:
Vedant 2022-10-03 17:45:02 +05:30 committed by GitHub
parent 6ab7eecdd6
commit 9101e1ad34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ jobs:
runs-on: windows-latest # action can only be run on Windows runs-on: windows-latest # action can only be run on Windows
steps: steps:
- name: Publish Sandboxie-Plus - name: Publish Sandboxie-Plus
uses: vedantmgoyal2009/winget-releaser@latest uses: vedantmgoyal2009/winget-releaser@v1
with: with:
identifier: Sandboxie.Plus identifier: Sandboxie.Plus
installers-regex: "Sandboxie-Plus.*.exe$" installers-regex: "Sandboxie-Plus.*.exe$"
@ -23,7 +23,7 @@ jobs:
Write-Host "::set-output name=CLASSIC_VER::$VERSION" Write-Host "::set-output name=CLASSIC_VER::$VERSION"
shell: pwsh shell: pwsh
- name: Publish Sandboxie-Classic - name: Publish Sandboxie-Classic
uses: vedantmgoyal2009/winget-releaser@latest uses: vedantmgoyal2009/winget-releaser@v1
with: with:
version: ${{ steps.get_version.outputs.CLASSIC_VER }} version: ${{ steps.get_version.outputs.CLASSIC_VER }}
identifier: Sandboxie.Classic identifier: Sandboxie.Classic