Skip to content

Commit

Permalink
Update update_url Release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksis committed Feb 2, 2021
1 parent 4c62808 commit 9bd357a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
upload_url: ${{ needs.build_windows_exe.outputs.upload_url }}
asset_path: ./SHA2-256SUMS
asset_name: SHA2-256SUMS
asset_content_type: text/plain

0 comments on commit 9bd357a

Please sign in to comment.