From 64552dc881509c46aa14253ff94aee9d86ade256 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Wed, 9 Aug 2023 21:25:55 -0700 Subject: fix: :bug: use powershell remove-item --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 27b802e7..55b3e88f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -138,7 +138,7 @@ jobs: # Package again and build+upload the .vsix - name: Remove exe directory (Windows) - run: rmdir /s /q extension/server/exe + run: Remove-Item -Path "extension/server/exe" -Recurse -Force if: matrix.os == 'windows-latest' - name: Remove exe directory (Mac/Linux) -- cgit v1.2.3-70-g09d2