Skip to content

Commit

Permalink
Update release distribution fetch script to include darwin.yml (#475)
Browse files Browse the repository at this point in the history
Following up on
#445
  • Loading branch information
zanieb authored Jan 5, 2025
1 parent eae47c4 commit 051438c
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 051438c

Please sign in to comment.