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.
1 parent 2e6a7d0 commit 561a007Copy full SHA for 561a007
ci/upload.mill
@@ -34,7 +34,7 @@ def apply(
34
"Content-Type" -> "application/octet-stream",
35
"Authorization" -> s"token $authKey"
36
),
37
- data = os.read.stream(uploadedFile)
+ data = os.read.bytes(uploadedFile)
38
)
39
40
println(res.text())
0 commit comments