mirror of
https://github.com/electron/electron.git
synced 2026-02-19 03:14:51 -05:00
build: fixup attestation for release assets (#49732)
* build: fixup attestation for release assets * Generate artifact attestation for generated artifacts * set id-token for attestation * Add artifact-metadata permission for attestation * add permissions for testing attestations * Revert "add permissions for testing attestations" This reverts commit0284bed175. * Revert "set id-token for attestation" This reverts commit69a1b13a18. * Revert "Generate artifact attestation for generated artifacts" This reverts commitee0536eceb.
This commit is contained in:
committed by
GitHub
parent
52061b4c28
commit
0284b9afcc
@@ -376,7 +376,7 @@ def upload_io_to_github(release, filename, filepath, version):
|
||||
github_output.write(",")
|
||||
else:
|
||||
github_output.write('UPLOADED_PATHS=')
|
||||
github_output.write(os.path.join(filepath, filename))
|
||||
github_output.write(filepath)
|
||||
|
||||
def upload_sha256_checksum(version, file_path, key_prefix=None):
|
||||
checksum_path = f'{file_path}.sha256sum'
|
||||
|
||||
Reference in New Issue
Block a user