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

Specify os and cpu for release name to avoid duplicates #219

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

dibenede
Copy link
Contributor

actions/upload-artifact@4 made a breaking change to fail on duplicate names. I think we are seeing Windows release errors as a result since both x64_x86 and x64 are named 'releases'.

This change just tags the os and cpu onto the release dir name to reflect the specific build.

actions/upload-artifact@4 made a breaking change to fail on duplicate
names. I think we are seeing Windows release errors as a result since
both x64_x86 and x64 are named 'releases'.

This change just tags the os and cpu onto the release dir name to
reflect the specific build.
@dibenede dibenede requested a review from anna-lawson July 17, 2024 17:28
Copy link

@anna-lawson anna-lawson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dibenede dibenede merged commit aa988c9 into protocolbuffers:main Jul 18, 2024
4 checks passed
@dibenede dibenede deleted the fix-windows-release branch July 18, 2024 18:14
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.

2 participants