Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): rename GitHub Actions output folder to artifacts (#1255)
# Description After fixing the artifact upload in GitHub Actions, we discovered a conflict with Azure Pipelines as both systems were using the ./output directory. This was causing issues with Azure Pipeline builds. ## Related Issue [ci: rename GitHub Actions output folder to artifacts #1254](#1254) ## Checklist - [X] I have read the [contributing documentation](https://retina.sh/docs/contributing). - [X] I signed and signed-off the commits (`git commit -S -s ...`). See [this documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification) on signing commits. - [X] I have correctly attributed the author(s) of the code. - [X] I have tested the changes locally. - [X] I have followed the project's style guidelines. - [ ] I have updated the documentation, if necessary. - [ ] I have added tests, if applicable. ## Screenshots (if applicable) or Testing Completed Please add any relevant screenshots or GIFs to showcase the changes made. ## Additional Notes This change resolves the pipeline conflicts while maintaining all existing functionality. It provides better separation between different CI systems. --- Please refer to the [CONTRIBUTING.md](../CONTRIBUTING.md) file for more information on how to contribute to this project. Signed-off-by: Yerlan Baiturinov <[email protected]>
- Loading branch information