diff --git a/.github/workflows/runtime-ci.yml b/.github/workflows/runtime-ci.yml index 5f15ec2..2f74b5c 100644 --- a/.github/workflows/runtime-ci.yml +++ b/.github/workflows/runtime-ci.yml @@ -86,9 +86,10 @@ jobs: Get-ChildItem . -Filter *.zip | Expand-Archive -DestinationPath uno -Force cd uno - rm *.nuspec - rm -fR _rels - rm -fR data + Remove-Item *.nuspec + Remove-Item *.nuspec + Remove-Item _rels -Recurse + Remove-Item data -Recurse - name: Copy ninja run: |