mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 17:35:36 +08:00
Fix artifact downloader constants and improve error message for hosted package-bin
This commit is contained in:
@@ -58,6 +58,6 @@ class HostedPackageBin implements DownloadTypeInterface
|
||||
return DownloadResult::archive($filename, $config, extract: $config['extract'] ?? null, version: $version);
|
||||
}
|
||||
}
|
||||
throw new DownloaderException("No matching asset found for hosted package-bin {$name} with criteria: {$find_str}");
|
||||
throw new DownloaderException("No matching asset found for hosted package-bin {$name}: {$find_str}");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user