Access results of a completed job

Hi, I am running some model training as a separate job and save the model weights so I can load them later for inference. However, I cannot find the weights after the job completed. I even tried with just creating an empty text file and storing it in my home file using a python script - it works when I rund it in an interactive session, but when I run it as a separate job it does not. Did anyone encounter the same issue? (Probably I am missing something obvious, but couldn’t find a way).

Thank you.