mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
fix: make it the right signature file
This commit is contained in:
parent
35fb5b2da6
commit
fc4827b90e
3 changed files with 3 additions and 3 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
|
@ -32720,7 +32720,7 @@ const verify = (filename, platform, version, verbose, failCi) => validate_awaite
|
|||
'1',
|
||||
'--verify',
|
||||
external_node_path_namespaceObject.join(__dirname, `${uploaderName}.SHA256SUM.sig`),
|
||||
external_node_path_namespaceObject.join(__dirname, `${uploaderName}`),
|
||||
external_node_path_namespaceObject.join(__dirname, `${uploaderName}.SHA256SUM`),
|
||||
].join(' ');
|
||||
try {
|
||||
yield (0,external_node_child_process_namespaceObject.execSync)(command);
|
||||
|
|
|
|||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -83,7 +83,7 @@ const verify = async (
|
|||
'1',
|
||||
'--verify',
|
||||
path.join(__dirname, `${uploaderName}.SHA256SUM.sig`),
|
||||
path.join(__dirname, `${uploaderName}`),
|
||||
path.join(__dirname, `${uploaderName}.SHA256SUM`),
|
||||
].join(' ');
|
||||
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue