mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +00:00
adds specific file types to workflow to delete from builds repo
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -147,7 +147,7 @@ jobs:
|
|||||||
# Copy Contents of output folder to root directory
|
# Copy Contents of output folder to root directory
|
||||||
- name: Copy Files to root & delete output directory
|
- name: Copy Files to root & delete output directory
|
||||||
run: |
|
run: |
|
||||||
Remove-Item -Path .\*.*
|
Remove-Item -Path .\ -Include @("*.cpz", "*.dll", "*.cplz", "*.clz", "*.xml", "*.md")
|
||||||
Get-ChildItem -Path .\output\*.* | Copy-Item -DestinationPath .\
|
Get-ChildItem -Path .\output\*.* | Copy-Item -DestinationPath .\
|
||||||
Remove-Item -Path .\output -Recurse
|
Remove-Item -Path .\output -Recurse
|
||||||
# Commits the build output to the branch and tags it with the version
|
# Commits the build output to the branch and tags it with the version
|
||||||
|
|||||||
Reference in New Issue
Block a user