mirror of
https://github.com/electron/electron.git
synced 2026-02-19 03:14:51 -05:00
build: fixup attestation for release assets
This commit is contained in:
@@ -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