Skip to content

Commit

Permalink
Rebootstrap to pull in os-lib 0.11.1 changes (#3688)
Browse files Browse the repository at this point in the history
This should let us revert the hack in
561a007,
will need to re-run publishing to make sure it works (and probably
re-bootstrap on the published artifacts to really be sure)
  • Loading branch information
lihaoyi authored Oct 8, 2024
1 parent fe73de8 commit 4db51db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/mill-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.0-RC3-17-b4d4fe
0.12.0-RC3-21-8b063c
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.bytes(uploadedFile)
data = os.read.stream(uploadedFile)
)

println(res.text())
Expand Down

0 comments on commit 4db51db

Please sign in to comment.