Skip to content

Commit

Permalink
Update release distribution fetch script to include macos.yml (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Jan 6, 2025
1 parent 051438c commit 1be92c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
) {
Expand Down

0 comments on commit 1be92c6

Please sign in to comment.