From 7337439675308574ca16179be34b1a88feee64b1 Mon Sep 17 00:00:00 2001 From: prasenjeetnath <147582543+prasenjeetnath@users.noreply.github.com> Date: Wed, 18 Oct 2023 16:22:31 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 42e4e05..eb1e4ab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -78,10 +78,9 @@ jobs: Write-Host "Filename: '$fileName'" Write-Host "sourceFolder: '$sourceFolder'" Write-Host "Outfolder: '$outFolder'" - Get-ChildItem -Recurse -Path $sourcePath | Compress-Archive -DestinationPath $destinationPath Write-Host "::set-output name=sourcegrid::$($fileName)" $outPath = Join-Path $outFolder $fileName - Compress-Archive -DestinationPath $outPath -Path $sourceFolder -CompressionLevel Optimal + Get-ChildItem -Recurse -Path $sourcePath | Compress-Archive -DestinationPath $destinationPath - name: Archive Build Output