mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-24 14:55:37 +00:00
fix: anchor winget installers-regex to exclude .blockmap files
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user