adds specific file types to workflow to delete from builds repo

This commit is contained in:
Andrew Welker
2020-03-25 16:23:54 -06:00
parent bcfd90204b
commit c5f0bff133

View File

@@ -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