ChewKeanHo / AutomataCI

An open-source, redistributable, template-guided, and semi-autonomous CI infrastructure readily available your next project.
Apache License 2.0
18 stars 1 forks source link

automataCI: fixed TARGET_OS and TARGET_ARCH extension pickup bug #325

Closed hollowaykeanho closed 1 month ago

hollowaykeanho commented 1 month ago

It appears the TARGET_OS and TARGET_ARCH project variables are picking up compounded file extensions pattern. Hence, we need to clean them up. Let's do this.

This patch fixes TARGET_OS and TARGET_ARCH extension pickup bug in automataCI/ directory.