mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 03:57:08 +00:00
Removed step that deleted output folder
This commit is contained in:
parent
138954cbb2
commit
aa6305fe70
1 changed files with 1 additions and 2 deletions
3
.github/scripts/ZipBuildOutput.ps1
vendored
3
.github/scripts/ZipBuildOutput.ps1
vendored
|
|
@ -38,5 +38,4 @@ Get-ChildItem -Path $destination | Where-Object {($_.Extension -eq ".clz") -or (
|
|||
}
|
||||
Compress-Archive -Path "$($Env:GITHUB_WORKSPACE)\output\*" -DestinationPath "$($Env:GITHUB_WORKSPACE)\$($Env:SOLUTION_FILE)-$($Env:VERSION).zip" -Force
|
||||
Write-Host "Output Contents post Zip"
|
||||
Get-ChildItem -Path $destination
|
||||
Remove-Item $destination -Recurse
|
||||
Get-ChildItem -Path $destination
|
||||
Loading…
Add table
Add a link
Reference in a new issue