Merge pull request #1282 from vedantmgoyal9/patch-1

Update winget-releaser to latest
This commit is contained in:
Hiddify
2024-09-01 20:28:12 +02:00
committed by GitHub

View File

@@ -8,10 +8,10 @@ env:
jobs: jobs:
publish: publish:
runs-on: windows-latest runs-on: ubuntu-latest
steps: steps:
- uses: vedantmgoyal2009/winget-releaser@v1 - uses: vedantmgoyal9/winget-releaser@2
with: with:
identifier: ${{ env.IDENTIFIER }} identifier: ${{ env.IDENTIFIER }}
version: ${{ github.event.release.tag_name }} version: ${{ github.event.release.tag_name }}
token: ${{ secrets.WINGET_TOKEN }} token: ${{ secrets.WINGET_TOKEN }}