We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
darwin.yml
1 parent eae47c4 commit 051438cCopy full SHA for 051438c
src/github.rs
@@ -122,7 +122,7 @@ pub async fn command_fetch_release_distributions(args: &ArgMatches) -> Result<()
122
.filter_map(|wf| {
123
if matches!(
124
wf.path.as_str(),
125
- ".github/workflows/apple.yml"
+ ".github/workflows/darwin.yml"
126
| ".github/workflows/linux.yml"
127
| ".github/workflows/windows.yml"
128
) {
0 commit comments