webui-dev / webui

Use any web browser or WebView as GUI, with your preferred language in the backend and modern web technologies in the frontend, all in a lightweight portable library.
https://webui.me
MIT License
2.9k stars 164 forks source link

Fix file deletion in Windows GCC CI build #174

Closed ttytm closed 1 year ago

ttytm commented 1 year ago

Fixes the file cleanup for Windows GCC CI builds and remaining file residues in the archives.

The shell switches to bash, despite calling the make command from the default powershell. When we unignore all errors we then get /usr/bin/bash: line 1: del: command not found.

Includes a mini revert of a mistake in the last commit. The path should not be enquoted on declaration as we still add more segments to it in other places. Sorry about that.

hassandraga commented 1 year ago

LGTM