Skip to content

Commit

Permalink
correct upload_url var
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewshan committed Aug 8, 2021
1 parent 9ad6570 commit bb38c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.get_release_by_tag.outputs.release.data.upload_url }}
upload_url: ${{ steps.get_release_by_tag.outputs.upload_url }}
asset_path: ./${{ steps.build.outputs.name }}
asset_name: ${{ steps.build.outputs.name }}
asset_content_type: application/gzip

0 comments on commit bb38c6b

Please sign in to comment.