Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Dec 17, 2024
1 parent 238f091 commit 5390629
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class ArtifactPublisher(targetDir: Path, lang: IDLLanguage, creds: Credentials,
IzFiles.walk(targetDirAsFile).filter(_.getFileName.toString.endsWith(".nupkg")).foreach {
pack =>
Process(
s"dotnet nuget push ${pack.getFileName.toString} -s IzumiPublishSource",
s"dotnet nuget push ${pack.getFileName.toString} -s ${creds.nugetRepo}",
targetDirAsFile,
).lineStream.foreach(log.log)
}
Expand Down

0 comments on commit 5390629

Please sign in to comment.