Skip to content

Commit

Permalink
Update upload.mill
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Oct 8, 2024
1 parent 2e6a7d0 commit 561a007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/upload.mill
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def apply(
"Content-Type" -> "application/octet-stream",
"Authorization" -> s"token $authKey"
),
data = os.read.stream(uploadedFile)
data = os.read.bytes(uploadedFile)
)

println(res.text())
Expand Down

0 comments on commit 561a007

Please sign in to comment.