Commit 48fc84d
Fix sign artifact mismatch in GitHub Actions workflow
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.1 parent b6e67a0 commit 48fc84d
2 files changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
329 | 338 | | |
330 | 339 | | |
331 | 340 | | |
| |||
402 | 411 | | |
403 | 412 | | |
404 | 413 | | |
405 | | - | |
| 414 | + | |
406 | 415 | | |
407 | 416 | | |
408 | 417 | | |
| |||
0 commit comments