mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-01-18 21:17:59 +00:00
CI: correct windows Remove-Item usage
This commit is contained in:
parent
d0b5c0616e
commit
5240bdefab
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
||||
mkdir releases
|
||||
wails build -platform windows/amd64
|
||||
tar -czvf releases\rolens-windows-10+-amd64.tar.gz --directory build\bin Rolens.exe
|
||||
rmdir /s build\bin
|
||||
Remove-Item -Recurse -Confirm:$false .\build\bin
|
||||
wails build -platform windows/arm64
|
||||
tar -czvf releases\rolens-windows-10+-arm64.tar.gz --directory build\bin Rolens.exe
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user