Skip to content

Commit 7ad9ff6

Browse files
committed
ci: tweak the build script
1 parent 896ae28 commit 7ad9ff6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
with:
9090
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
9191
asset_path: pkg/avocado-${{steps.gem_version.outputs.tag}}.gem
92+
asset_name: avocado-${{steps.gem_version.outputs.tag}}.gem
9293
asset_content_type: application/x-tar
9394

9495
- name: Delete draft release

0 commit comments

Comments
 (0)