Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/2bndy5/rmskin-action
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jul 5, 2020
2 parents 37fae88 + b856b56 commit 876b845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 876b845

Please sign in to comment.