mirror of
https://github.com/garraflavatra/rolens.git
synced 2024-11-22 10:25:48 +01:00
CI: Use rmdir /s
for Windows
This commit is contained in:
parent
ec99c15ff2
commit
cd946307db
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
||||
wails build -platform windows/amd64
|
||||
tar -czvf releases\rolens-windows-10+-amd64.tar.gz --directory build\bin Rolens.exe
|
||||
"tar_amd64=rolens-windows-10+-amd64.tar.gz" >> $env:GITHUB_ENV
|
||||
rmdir ".\build\bin"
|
||||
rmdir /s ".\build\bin"
|
||||
wails build -platform windows/arm64
|
||||
tar -czvf releases\rolens-windows-10+-arm64.tar.gz --directory build\bin Rolens.exe
|
||||
"tar_amd64=rolens-windows-10+-arm64.tar.gz" >> $env:GITHUB_ENV
|
||||
|
Loading…
Reference in New Issue
Block a user