Open ahmedmoselhi opened 1 year ago
I was able to resolve this issue by setting name:
on both the upload-artifact and download-artifact actions. Without that, I think the artifacts may end up in unexpected subdirectories.
I solved it using commands like ls
in the output and running the action. Figured out it was going to a subdirectory I didn't expect.
I'm trying to run the following workflow file: https://github.com/ahmedmoselhi/pcsx2/blob/master/.github/workflows/release_pipeline.yml
but after I run the workflow I got the following error:
Error: /home/runner/work/pcsx2/pcsx2/ci-artifacts/* doesn't match any files
the job to create release and upload files: