Skip to content

Commit 3639fe3

Browse files
committed
adjust paths again
1 parent fac507c commit 3639fe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

m365/image/run_container.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ Foreach ($tenantConfig in $(Get-ChildItem 'input\')) {
9292
Write-Output " Starting Upload"
9393
$DatePath = Get-Date -Format "yyyy/MM/dd"
9494
if ("true" -eq $Env:OUTPUT_ALL_FILES) {
95-
$InPath = ".\reports\$($org)\*"
95+
$InPath = "$($ResultsFile.DirectoryName)\*"
9696
$OutPath = "$($Env:REPORT_OUTPUT)/$($DatePath)/$($org)-$([int]$(Get-Date).TimeOfDay.TotalSeconds)"
9797
}
9898
else {
99-
$ResultsFile.FullName
99+
$InPath = $ResultsFile.FullName
100100
$OutPath = "$($Env:REPORT_OUTPUT)/$($DatePath)/$($ResultsFile.Name)"
101101
}
102102
if ($null -ne $Env:REPORT_SAS) {

0 commit comments

Comments
 (0)