Skip to content

Commit

Permalink
Fix winget-releaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Oct 20, 2023
1 parent 118afab commit 76c11e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/winget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
with:
identifier: dalance.procs
max-versions-to-keep: 5 # keep only latest 5 versions
installers-regex: '\.x86_64-windows.zip$'
installers-regex: 'x86_64-windows\.zip$'
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit 76c11e2

Please sign in to comment.