Use .flutter-path in build_release.sh
All checks were successful
firka/flutter/pipeline/head This commit looks good

This commit is contained in:
Armand 2025-07-17 10:18:12 +00:00 committed by jenkins-runner
parent 285e5f4db4
commit 2c1397e095

View File

@ -1,6 +1,6 @@
#!/bin/bash
cd engine/src/out/
cd $(cat ~/.flutter_path)/engine/src/out/
et build -c ci/android_release -j $(nproc)
et build -c host_release -j $(nproc)