Skip to content

Commit 561a007

Browse files
authored
Update upload.mill
1 parent 2e6a7d0 commit 561a007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/upload.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def apply(
3434
"Content-Type" -> "application/octet-stream",
3535
"Authorization" -> s"token $authKey"
3636
),
37-
data = os.read.stream(uploadedFile)
37+
data = os.read.bytes(uploadedFile)
3838
)
3939

4040
println(res.text())

0 commit comments

Comments
 (0)