We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410021d commit 4ed7b10Copy full SHA for 4ed7b10
.github/workflows/publish.yml
@@ -92,7 +92,7 @@ jobs:
92
with:
93
version: 'tags/${{ github.event.release.tag_name }}'
94
regex: true
95
- file: "pyroscope-io-*\\.zip"
+ file: "pyroscope-io*.zip"
96
token: ${{ secrets.GITHUB_TOKEN }}
97
- name: list assets
98
working-directory: ${{ github.workspace }}
0 commit comments