Skip to content

Commit

Permalink
Update release distribution fetch script to include darwin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Jan 5, 2025
1 parent e0d5d55 commit 643ad90
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/apple.yml"
".github/workflows/darwin.yml"
| ".github/workflows/linux.yml"
| ".github/workflows/windows.yml"
) {
Expand Down

0 comments on commit 643ad90

Please sign in to comment.