mirror of
https://github.com/electron/electron.git
synced 2026-02-19 03:14:51 -05:00
build: fixup build attestation (#49730)
This commit is contained in:
committed by
GitHub
parent
3fa3e91f90
commit
fd0108907a
@@ -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(filename)
|
||||
github_output.write(os.path.join(filepath, filename))
|
||||
|
||||
def upload_sha256_checksum(version, file_path, key_prefix=None):
|
||||
checksum_path = f'{file_path}.sha256sum'
|
||||
|
||||
Reference in New Issue
Block a user