Uh oh!
There was an error while loading. Please reload this page.
build(windows): use github.workspace path for signing files - #21
Conversation
Update Azure signing step to reference the full workspace path for the Windows driver catalog file (libvirtualhid.cat) by using `${{ github.workspace }}/...`. Also switch the `files` field to a block scalar so the step can accept a multi-line list if needed. This avoids relative path resolution issues on the runner and prevents file-not-found errors during signing.Documentation build overview
134 files changed · |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## master #21 +/- ##
=======================================
Coverage 86.50% 86.50% =======================================
Files 12 12 Lines 3586 3586 Branches 1230 1230 =======================================
Hits 3102 3102 + Misses 356 349 -7 - Partials 128 135 +7
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Harness.
|
Uh oh!
There was an error while loading. Please reload this page.



Description
Update Azure signing step to reference the full workspace path for the Windows driver catalog file (libvirtualhid.cat) by using
${{ github.workspace }}/.... Also switch thefilesfield to a block scalar so the step can accept a multi-line list if needed. This avoids relative path resolution issues on the runner and prevents file-not-found errors during signing.Screenshot
Issues Fixed or Closed
Roadmap Issues
Type of Change
Checklist
AI Usage