Skip to content

Commit

Permalink
build: fix upload
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste committed May 4, 2020
1 parent 586a957 commit 7bc4faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./log_proxy-linux64-${{ steps.vars.outputs.tag }}.tar.gz
asset_name: log_proxy-linux64-${{ steps.vars.outputs.tag }}.tar.gz
asset_content_type: application/gzip

0 comments on commit 7bc4faf

Please sign in to comment.