fix windows cli build (#5768)

This commit is contained in:
Jack Amadeo
2025-11-17 13:11:58 -05:00
committed by GitHub
parent 2d7c7c8e07
commit 3b4904ed04
+2
View File
@@ -200,6 +200,8 @@ jobs:
ls -la target/x86_64-pc-windows-gnu/release/
"
sudo chown -R $USER:$USER target/
# Verify build succeeded
if [ ! -f "./target/x86_64-pc-windows-gnu/release/goose.exe" ]; then
echo "❌ Windows CLI binary not found."