jkleinsc

#49730: build: fixup build attestation

Merged
Created: Feb 9, 2026, 8:43:39 AM
Merged: Feb 9, 2026, 10:50:17 AM
2 comments
Target: main

Description of Change

  • Followup to #48239. After that PR was merged nightly releases started failing with the following error:
Error: Could not find subject at path electron-v42.0.0-nightly.20260209-linux-x64.zip,electron-v42.0.0-nightly.20260209-linux-x64-symbols.zip,electron-v42.0.0-nightly.20260209-linux-x64-debug.zip,libcxx-objects-v42.0.0-nightly.20260209-linux-x64.zip,libcxx_headers.zip,libcxxabi_headers.zip,ffmpeg-v42.0.0-nightly.20260209-linux-x64.zip,chromedriver-v42.0.0-nightly.20260209-linux-x64.zip,mksnapshot-v42.0.0-nightly.20260209-linux-x64.zip,hunspell_dictionaries.zip

This PR fixes that error by passing full paths to actions/attest-build-provenance.

Checklist

Release Notes

Notes: none

Backports

No Backports Requested

This pull request doesn't have any backports requested or created for older release branches.

What are backports?

Backports are copies of changes made to the main branch that are applied to older release branches. They ensure that bug fixes and important changes are available in maintained older versions of Electron.

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron