Closed Ibrahim-CloudLabs closed 2 years ago
That error comes directly from the Azure CLI. I’m not sure what you are proposing I should fix…
Im running a github actions download task that downloads an artifact to the following directory ./solutions/app/dist
but not sure why source_dir is not found?
Response from artifact download
Artifact dist was downloaded to /home/runner/work/CloudLocal/CloudLocal/solutions/app/dist
Jobs can depend on one another, but that does not mean they share data. You will need to add an “upload artifact” and a “download artifact” step to archive and share data between jobs.
https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions
Sorry I was running the actions/checkout@v2
after downloading the artifact which deletes the repo 💯
The source directory is not detected when I build my source folder (dist) using Github actions. The targeted source directory gets created after my first job (Build on Windows) runs. It does find the source when I run (Build on Windows, creates a dist folder in ./solutions/app/) locally and upload it to repo.