From b856b566db2aa1268531cec7d067828ef9a20970 Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Sun, 5 Jul 2020 02:04:32 -0700 Subject: [PATCH] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 405fc7e..23f0956 100644 --- a/README.rst +++ b/README.rst @@ -67,8 +67,8 @@ Example Usage env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - upload_url: ${{ steps.create_release.outputs.upload_url || steps.get_release.outputs.upload_url }} + upload_url: ${{ steps.get_release.outputs.upload_url }} asset_path: ./${{ steps.builder.outputs.arc_name }} asset_name: ${{ steps.builder.outputs.arc_name }} asset_content_type: application/zip - \ No newline at end of file +