You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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
130
+
# asset_path: bin/*
131
+
# asset_name: my-artifact.zip
132
+
# asset_content_type: application/zip
133
+
101
134
# notifies coveralls that all test jobs are finished
0 commit comments