Skip to content

Commit 1be92c6

Browse files
authored
Update release distribution fetch script to include macos.yml (#476)
1 parent 051438c commit 1be92c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ pub async fn command_fetch_release_distributions(args: &ArgMatches) -> Result<()
122122
.filter_map(|wf| {
123123
if matches!(
124124
wf.path.as_str(),
125-
".github/workflows/darwin.yml"
125+
".github/workflows/macos.yml"
126126
| ".github/workflows/linux.yml"
127127
| ".github/workflows/windows.yml"
128128
) {

0 commit comments

Comments
 (0)