From aa76171d34d5b3060b9447056e6fe2fec4225571 Mon Sep 17 00:00:00 2001 From: smartfrigde <37928912+smartfrigde@users.noreply.github.com> Date: Mon, 23 May 2022 18:08:58 +0200 Subject: [PATCH] it turns out, it was powershell all along --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 48b32da..31746cd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,7 +88,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Delete unpacked builds - run: RMDIR "dist\windows-unpacked" /S /Q + run: Remove-Item -LiteralPath ".\dist\windows-unpacked" -Force -Recurse - name: Upload artifact uses: actions/upload-artifact@v2 with: