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