Skip to content

Conversation

@Arlodotexe
Copy link
Member

The sign job was failing with 'Artifact not found for name: nuget-list-2'
because the Labs-Windows workflow was missing the upload step for the
nuget-list artifact that the sign job expected to download.

Changes made:

  • Added missing SignClientFileList.txt containing '**/CommunityToolkit.*'
  • Added upload step in package job to create nuget-list-{winui} artifacts
  • Fixed conditional for signed package upload artifacts

This ensures both required artifacts are uploaded by the package job:

  1. nuget-packages-winui{N} (the actual .nupkg files)
  2. nuget-list-{N} (SignClientFileList.txt for signing)

The sign job should now successfully download both artifacts to proceed with signing.

The sign job was failing with 'Artifact not found for name: nuget-list-2'
because the Labs-Windows workflow was missing the upload step for the
nuget-list artifact that the sign job expected to download.

Changes made:
- Added missing SignClientFileList.txt containing '**/CommunityToolkit.*'
- Added upload step in package job to create nuget-list-{winui} artifacts
- Fixed conditional for signed package upload artifacts

This ensures both required artifacts are uploaded by the package job:
1. nuget-packages-winui{N} (the actual .nupkg files)
2. nuget-list-{N} (SignClientFileList.txt for signing)

The sign job should now successfully download both artifacts to proceed with signing.
@michael-hawker michael-hawker merged commit 48fc84d into main Aug 28, 2025
24 checks passed
@michael-hawker michael-hawker deleted the fix/artifact-mismatch-nuget-list branch August 28, 2025 07:45
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