mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-12 17:10:05 +00:00
fix: put it in the top dir
This commit is contained in:
parent
e035f3d84b
commit
985c9ee923
3 changed files with 3 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ const verify = async (
|
|||
failCi: boolean,
|
||||
): Promise<void> => {
|
||||
try {
|
||||
await exec.exec(path.join(__dirname, 'scripts', 'test.sh'));
|
||||
await exec.exec(path.join(__dirname, 'test.sh'));
|
||||
const uploaderName = getUploaderName(platform);
|
||||
|
||||
// Get SHASUM and SHASUM signature files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue