We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281d116 commit 16aee2eCopy full SHA for 16aee2e
src/github.rs
@@ -259,6 +259,9 @@ pub async fn command_fetch_release_distributions(args: &ArgMatches) -> Result<()
259
for artifact in artifacts {
260
if matches!(artifact.name.as_str(), "pythonbuild" | "toolchain")
261
|| artifact.name.contains("install-only")
262
+ || artifact.name.contains("dockerbuild")
263
+ || artifact.name.contains("crate-")
264
+ || artifact.name.contains("image-")
265
{
266
continue;
267
}
0 commit comments