Skip to content

Commit e7f293d

Browse files
committed
wip(actions): change regex for release assets download
1 parent 4e535de commit e7f293d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
version: 'tags/${{ github.event.release.tag_name }}'
9494
regex: true
95-
file: "pyroscope-io*\\"
95+
file: "^pyroscope-io*\\$"
9696
token: ${{ secrets.GITHUB_TOKEN }}
9797
- name: list assets
9898
working-directory: ${{ github.workspace }}

0 commit comments

Comments
 (0)