Skip to content

Build: Fix publish workflow to copy extracted artifacts directly#256

Merged
Flickdm merged 1 commit into
microsoft:mainfrom
Flickdm:fix/pipelines
May 13, 2026
Merged

Build: Fix publish workflow to copy extracted artifacts directly#256
Flickdm merged 1 commit into
microsoft:mainfrom
Flickdm:fix/pipelines

Conversation

@Flickdm

@Flickdm Flickdm commented May 13, 2026

Copy link
Copy Markdown
Member

Description

The build variant workflow was refactored to extract the OneCrypto zip into staging before uploading, but the publish workflow still looked for .zip files to extract. With nullglob, the loop silently did nothing, and only the Logs folder was copied to the release artifact.

Replace the zip extraction loop with a direct copy of all staged build outputs.

For details on how to complete these options and their meaning refer to CONTRIBUTING.md.

  • Impacts functionality?
  • Impacts security?
  • Breaking change?
  • Includes tests?
  • Includes documentation?

How This Was Tested

https://github.com/Flickdm/mu_crypto_release/releases/tag/v1.0.1-OneCrypto

Integration Instructions

<Describe how these changes should be integrated. Use N/A if nothing is required.>

The build variant workflow was refactored to extract the OneCrypto
zip into staging before uploading, but the publish workflow still
looked for .zip files to extract. With nullglob, the loop silently
did nothing, and only the Logs folder was copied to the release
artifact.

Replace the zip extraction loop with a direct copy of all staged
build outputs.

Signed-off-by: Doug Flick <dougflick@microsoft.com>
@mu-automation mu-automation Bot added the impact:non-functional Does not have a functional impact label May 13, 2026
@Flickdm Flickdm marked this pull request as ready for review May 13, 2026 22:29
@Flickdm Flickdm requested review from Javagedes and apop5 May 13, 2026 22:29
@Flickdm Flickdm enabled auto-merge (rebase) May 13, 2026 22:32
@Flickdm Flickdm merged commit 37defbb into microsoft:main May 13, 2026
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

impact:non-functional Does not have a functional impact

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants