Skip to content

Commit f6a696a

Browse files
committed
fix(rellease): fix cli upload url ingh actions workflow
1 parent fe656c2 commit f6a696a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
env:
118118
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
119119
with:
120-
upload_url: ${{ needs.create-release.outputs.upload_url }}
120+
upload_url: ${{ needs.cli-release.outputs.upload_url }}
121121
asset_path: "pyroscope_cli/target/${{ matrix.target }}/release/pyroscope-cli"
122122
asset_name: "pyroscope-cli"
123123
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)