You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Foreman installs an artifact that is a ZIP file, it picks the first file in the folder, which doesn't always work if your release contains other files like a license or a readme.
My tool Asphalt is failing to install with Foreman because it's installing the license rather than the executable named asphalt.
The text was updated successfully, but these errors were encountered:
jackTabsCode
changed the title
Installation picks the first file in an artifact folder
Installation incorrectly picks the first file in an artifact folder
Jun 7, 2024
When Foreman installs an artifact that is a ZIP file, it picks the first file in the folder, which doesn't always work if your release contains other files like a license or a readme.
https://github.com/Roblox/foreman/blob/main/src/tool_cache.rs#L156
My tool Asphalt is failing to install with Foreman because it's installing the license rather than the executable named
asphalt
.The text was updated successfully, but these errors were encountered: