it seems that i'm not able to perform the upload operation. I have tried to change from relative to absulute, but it keeps giving the same error. The -c flag(the directory with images + json) doesn't work. Others flags work correctly. What might be the problem?
PS C:\Users\User\Documents\nftmint\~> ts-node C:\Users\User\Documents\nftmint\~\~\metaplex\js\packages\cli\src\candy-machine-v2-cli.ts upload -e devnet -k C:\Users\User\~\.config\solana -cp config.json -c example
C:\Users\User\Documents\nftmint\~\~\metaplex\js\assets\images
Error: EISDIR: illegal operation on a directory, read
at Object.readSync (node:fs:723:3)
at tryReadSync (node:fs:433:20)
at Object.readFileSync (node:fs:479:19)
at loadWalletKey (C:\Users\User\Documents\nftmint\~\~\metaplex\js\packages\cli\src\helpers\accounts.ts:571:34)
at Command.<anonymous> (C:\Users\User\Documents\nftmint\~\~\metaplex\js\packages\cli\src\candy-machine-v2-cli.ts:84:40)
at Command.listener [as _actionHandler] (C:\Users\User\Documents\nftmint\~\~\metaplex\js\packages\cli\node_modules\commander\lib\command.js:488:17)
at C:\Users\User\Documents\nftmint\~\~\metaplex\js\packages\cli\node_modules\commander\lib\command.js:1227:65
at Command._chainOrCall (C:\Users\User\Documents\nftmint\~\~\metaplex\js\packages\cli\node_modules\commander\lib\command.js:1144:12)
at Command._parseCommand (C:\Users\User\Documents\nftmint\~\~\metaplex\js\packages\cli\node_modules\commander\lib\command.js:1227:27)
at Command._dispatchSubcommand (C:\Users\User\Documents\nftmint\~\~\metaplex\js\packages\cli\node_modules\commander\lib\command.js:1050:25) {
errno: -4068,
syscall: 'read',
code: 'EISDIR'
}