fix windows cli build (#5768)
This commit is contained in:
@@ -200,6 +200,8 @@ jobs:
|
|||||||
ls -la target/x86_64-pc-windows-gnu/release/
|
ls -la target/x86_64-pc-windows-gnu/release/
|
||||||
"
|
"
|
||||||
|
|
||||||
|
sudo chown -R $USER:$USER target/
|
||||||
|
|
||||||
# Verify build succeeded
|
# Verify build succeeded
|
||||||
if [ ! -f "./target/x86_64-pc-windows-gnu/release/goose.exe" ]; then
|
if [ ! -f "./target/x86_64-pc-windows-gnu/release/goose.exe" ]; then
|
||||||
echo "❌ Windows CLI binary not found."
|
echo "❌ Windows CLI binary not found."
|
||||||
|
|||||||
Reference in New Issue
Block a user