Skip to content

Commit

Permalink
fix stage name where release upload url comes from
Browse files Browse the repository at this point in the history
  • Loading branch information
tjenkinson committed Aug 9, 2021
1 parent 50f03a4 commit 3e1b98d
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 @@ -246,7 +246,7 @@ jobs:
- name: upload assets to github release
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ needs.draft_release.outputs.upload_url }}
upload_url: ${{ needs.update_draft_release.outputs.upload_url }}
asset_path: dist.zip
asset_name: release.zip
asset_content_type: application/zip
Expand Down

0 comments on commit 3e1b98d

Please sign in to comment.