Skip to content

Commit 516b292

Browse files
committed
Correct upload-release-asset action usage
1 parent d19eac8 commit 516b292

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ jobs:
9999
# referencing it's ID to get its outputs object,
100100
# which include a 'upload_url'. See this blog post for more info:
101101
# https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
102-
asset_path: ./my-artifact.zip
103102
upload_url: ${{ steps.create-release.outputs.upload_url }}
104103
asset_path: ./example.phar
105104
asset_name: example.phar

0 commit comments

Comments
 (0)