Skip to content

Fix asset uploading #162

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

Merged
merged 1 commit into from
Mar 24, 2024
Merged

Fix asset uploading #162

merged 1 commit into from
Mar 24, 2024

Conversation

malor
Copy link
Member

@malor malor commented Mar 21, 2024

gh release upload allows to set the display label, but, as it turns out, that does not change the names of the assets in the release, and the names are required to be unique. In our case, the names of the Linux and MacOS binaries clash, and the slower of them will fail to upload.

`gh release upload` allows to set the display label, but, as it turns
out, that does not change the names of the assets in the release, and
the names are required to be unique. In our case, the names of the
Linux and MacOS binaries clash, and the slower of them will fail to
upload.
@malor malor requested a review from ikalnytskyi March 21, 2024 07:28
@malor malor merged commit 0790f27 into master Mar 24, 2024
@malor malor deleted the fix-assets branch March 24, 2024 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants