Skip to content

Commit 4e535de

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

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*.zip"
95+
file: "pyroscope-io*\\"
9696
token: ${{ secrets.GITHUB_TOKEN }}
9797
- name: list assets
9898
working-directory: ${{ github.workspace }}

0 commit comments

Comments
 (0)