Skip to content

Commit d61dc2b

Browse files
authored
Merge pull request #146 from Gedochao/maintenance/fix-upload
Adjust workspace when uploading artifacts
1 parent 44c2062 commit d61dc2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.mill.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ object ci extends Module {
370370
def upload(directory: String = "artifacts/"): Command[Unit] = Task.Command {
371371
val version = finalPublishVersion()
372372

373-
val path = os.Path(directory, os.pwd)
373+
val path = os.Path(directory, Task.workspace)
374374
val launchers = os.list(path).filter(os.isFile(_)).map { path =>
375375
path -> path.last
376376
}

0 commit comments

Comments
 (0)