Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix publish release action #320

Merged

Conversation

jhernand
Copy link
Collaborator

The action that publishes releases was uploading artifacts using the
--data option of the curl tool. That results in processing them as
ASCII and limits the size to approximately 4 MiB. The end result is that
the uploaded binaries don't work. This patch fixes that using the
--data-binary option instead.

Related: #319

The action that publishes releases was uploading artifacts using the
`--data` option of the `curl` tool. That results in processing them as
ASCII and limits the size to approximately 4 MiB. The end result is that
the uploaded binaries don't work. This patch fixes that using the
`--data-binary` option instead.

Related: openshift-online#319
Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com>
@jhernand jhernand merged commit 0bcf4d2 into openshift-online:master Sep 23, 2021
@jhernand jhernand deleted the fix_publish_release_action branch September 23, 2021 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant