From 36a1cac942c63f5677f1ec5549b76d334205541d Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Mon, 6 Jan 2025 11:07:01 -0600 Subject: [PATCH] Update release distribution fetch script to include `macos.yml` --- src/github.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.rs b/src/github.rs index 3fce9e9c..5197e775 100644 --- a/src/github.rs +++ b/src/github.rs @@ -122,7 +122,7 @@ pub async fn command_fetch_release_distributions(args: &ArgMatches) -> Result<() .filter_map(|wf| { if matches!( wf.path.as_str(), - ".github/workflows/darwin.yml" + ".github/workflows/macos.yml" | ".github/workflows/linux.yml" | ".github/workflows/windows.yml" ) {