diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index de5b4c64..79e56348 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -147,7 +147,7 @@ jobs: # Copy Contents of output folder to root directory - name: Copy Files to root & delete output directory run: | - Remove-Item -Path .\*.* + Remove-Item -Path .\ -Include @("*.cpz", "*.dll", "*.cplz", "*.clz", "*.xml", "*.md") Get-ChildItem -Path .\output\*.* | Copy-Item -DestinationPath .\ Remove-Item -Path .\output -Recurse # Commits the build output to the branch and tags it with the version