diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0b75ce11..18548579 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,8 +34,8 @@ jobs: # Optional cleanup of .pdb files after builds - name: Clean Up PDB Files run: | - rm -f ./bin/win-x64/*.pdb - rm -f ./bin/linux-x64/*.pdb + Remove-Item -Path ./bin/win-x64/*.pdb -Force + Remove-Item -Path ./bin/linux-x64/*.pdb -Force # List output files for verification - name: List Output Files