You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run shallwefootball/s3-upload-action@master
node:internal/fs/utils:344
throw err;
^
Error: ENOTDIR: not a directory, scandir '/home/runner/work/iam_aos/iam_aos/deploy'
at Object.readdirSync (node:fs:1390:3)
at klawSync (/home/runner/work/_actions/shallwefootball/s3-upload-action/master/dist/index.js:22219:25)
at /home/runner/work/_actions/shallwefootball/s3-upload-action/master/dist/index.js:28871:15
at /home/runner/work/_actions/shallwefootball/s3-upload-action/master/dist/index.js:28916:3
at Object.<anonymous> (/home/runner/work/_actions/shallwefootball/s3-upload-action/master/dist/index.js:28919:[12](https://github.com/monolabsteam/iam_aos/actions/runs/3853512807/jobs/6566561474#step:8:13))
at Module._compile (node:internal/modules/cjs/loader:1101:[14](https://github.com/monolabsteam/iam_aos/actions/runs/3853512807/jobs/6566561474#step:8:15))
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1[15](https://github.com/monolabsteam/iam_aos/actions/runs/3853512807/jobs/6566561474#step:8:16)3:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) {
errno: -[20](https://github.com/monolabsteam/iam_aos/actions/runs/3853512807/jobs/6566561474#step:8:21),
syscall: 'scandir',
code: 'ENOTDIR',
path: '/home/runner/work/iam_aos/iam_aos/deploy'
}
It creates file correctly, but s3-upload-action can't find 'deploy' folder.
How can I solve this?
The text was updated successfully, but these errors were encountered:
Here's my yml script.
And I get this error:
It creates file correctly, but s3-upload-action can't find 'deploy' folder.
How can I solve this?
The text was updated successfully, but these errors were encountered: