fix: anchor winget installers-regex to exclude .blockmap files

This commit is contained in:
webadderall
2026-04-09 17:31:01 +10:00
parent 07dfb97cb6
commit 4069b75fc6
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
- uses: vedantmgoyal9/winget-releaser@v2
with:
identifier: Webadderall.Recordly
installers-regex: 'windows\-x64\.exe'
installers-regex: 'windows\-x64\.exe$'
version: ${{ steps.tag.outputs.tag }}
release-tag: ${{ steps.tag.outputs.tag }}
token: ${{ secrets.WINGET_ACC_TOKEN }}