mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-12 17:10:05 +00:00
777
This commit is contained in:
parent
6ed02d27a5
commit
0fb24bc4bd
2 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ try {
|
|||
`${err.message}`,
|
||||
);
|
||||
}
|
||||
fs.chmodSync(filename, '700');
|
||||
fs.chmodSync(filename, '777');
|
||||
console.log('wrote it');
|
||||
console.log(__dirname);
|
||||
console.log(fs.readdirSync(__dirname));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue