Skip to content

Commit

Permalink
Fix upload_url in release
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Seigner <[email protected]>
  • Loading branch information
siggy committed Feb 17, 2021
1 parent 866b674 commit 01dce87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.build_cli.outputs.upload_url }}
upload_url: ${{ needs.create_release.outputs.upload_url }}
asset_path: ./linkerd-buoyant-${{ env.tag }}-${{ matrix.platform }}
asset_name: linkerd-buoyant-${{ env.tag }}-${{ matrix.platform }}
asset_content_type: application/octet-stream

0 comments on commit 01dce87

Please sign in to comment.