mirror of
https://github.com/Aryma-f4/Ares-mythic.git
synced 2026-06-21 21:44:12 +00:00
The build process previously assumed artifacts were located in a single directory. However, due to project structure changes, artifacts may now be in different locations. This change adds a helper function to try multiple candidate paths for each artifact, moving the first existing file to the target location. This ensures compatibility across different build configurations.