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 fe656c2 commit f6a696aCopy full SHA for f6a696a
.github/workflows/release.yml
@@ -117,7 +117,7 @@ jobs:
117
env:
118
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
119
with:
120
- upload_url: ${{ needs.create-release.outputs.upload_url }}
+ upload_url: ${{ needs.cli-release.outputs.upload_url }}
121
asset_path: "pyroscope_cli/target/${{ matrix.target }}/release/pyroscope-cli"
122
asset_name: "pyroscope-cli"
123
asset_content_type: application/octet-stream
0 commit comments