Skip to content

Commit

Permalink
Fixing name and var wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
grofit committed Jan 19, 2024
1 parent 62a2c00 commit 2446639
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ jobs:
asset_paths: '["./dist/*.zip"]'
- name: Publish To Nuget
run: dotnet nuget push "**/*.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
- uses: vedantmgoyal2009/winget-releaser@v2
- name: Release To WinGet
uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: Strem.App
max-versions-to-keep: 5
release-tag: github.ref
release-tag: ${{ github.ref }}
installers-regex: '\.zip$'
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit 2446639

Please sign in to comment.