Skip to content

ci : update windows artifact uploads steps #3192

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
May 27, 2025

Conversation

danbev
Copy link
Member

@danbev danbev commented May 27, 2025

This commit modifies windows-blas which was updated previously to use
the zip functionality provided by actions/upload-artifact. This turned
out to be incorrect and I should not have done that. The reason for
zipping the archives first is that otherwise the artifacts when
downloaded will be unzipped and just be simple directories. In our case
the release task depends on the artifacts having a .zip extension so
that those archives are include in the release.

@danbev
Copy link
Member Author

danbev commented May 27, 2025

I cancelled the CI run as removing the .zip file extension will not work as the release job currently depends on the files having this. I'm trying this out on my fork to verify that changing this back will work with a release, and after that I'll update this PR.

This commit modifies windows-blas which was updated previously to use
the zip functionality provided by `actions/upload-artifact`. This turned
out to be incorrect and I should not have done that. The reason for
zipping the archives first is that otherwise the artifacts when
downloaded will be unzipped and just be simple directories. In our case
the release task depends on the artifacts having a .zip extension so
that those archives are include in the release.
@danbev danbev force-pushed the ci-win-release-artifacts branch from b869dea to b02d3ca Compare May 27, 2025 11:05
@danbev
Copy link
Member Author

danbev commented May 27, 2025

@danbev danbev merged commit 0ed00d9 into ggml-org:master May 27, 2025
102 of 103 checks passed
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