Skip to content

ci : update windows artifact uploads steps#3192

Merged
danbev merged 1 commit into
ggml-org:masterfrom
danbev:ci-win-release-artifacts
May 27, 2025
Merged

ci : update windows artifact uploads steps#3192
danbev merged 1 commit into
ggml-org:masterfrom
danbev:ci-win-release-artifacts

Conversation

@danbev

@danbev danbev commented May 27, 2025

Copy link
Copy Markdown
Member

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

Copy link
Copy Markdown
Member Author

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

danbev commented May 27, 2025

Copy link
Copy Markdown
Member Author

@danbev danbev merged commit 0ed00d9 into ggml-org:master May 27, 2025
102 of 103 checks passed
@danbev danbev deleted the ci-win-release-artifacts branch April 1, 2026 07:13
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