Skip to content

Commit 76006a5

Browse files
committed
Drop .sha256 files from releases
GitHub has started enforcing a 1000 file limit, which breaks us
1 parent f39d4eb commit 76006a5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/github.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -505,14 +505,6 @@ pub async fn command_upload_release_distributions(args: &ArgMatches) -> Result<(
505505
file_data,
506506
dry_run,
507507
));
508-
fs.push(upload_release_artifact(
509-
&raw_client,
510-
token.clone(),
511-
&release,
512-
format!("{}.sha256", dest),
513-
Bytes::copy_from_slice(format!("{}\n", digest).as_bytes()),
514-
dry_run,
515-
));
516508
}
517509

518510
let mut buffered = futures::stream::iter(fs).buffer_unordered(16);

0 commit comments

Comments
 (0)