it turns out, it was powershell all along

This commit is contained in:
smartfrigde 2022-05-23 18:08:58 +02:00
parent bfd874b9a9
commit aa76171d34

View file

@ -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: