diff --git a/.github/workflows/DT-Build.yaml b/.github/workflows/DT-Build.yaml index 1ffbd6c..ff80d9c 100644 --- a/.github/workflows/DT-Build.yaml +++ b/.github/workflows/DT-Build.yaml @@ -25,7 +25,7 @@ jobs: New-Item -Path .\build_temp -ItemType Directory cd .\WIMExplorer\bin\Debug Copy-Item -Path .\* -Destination ..\..\..\build_temp -Recurse -Force -Verbose -Exclude @("*.pdb", "*.xml", "*.config") - Compress-Archive -Path .\* -DestinationPath ..\build\Build.zip -Force + Compress-Archive -Path .\* -DestinationPath ..\..\..\build\Build.zip -Force cd .. Remove-Item -Path .\build_temp\ -Recurse -Force - name: Push build