diff --git a/recipes/shopware6.php b/recipes/shopware6.php index 017611a..7dda719 100644 --- a/recipes/shopware6.php +++ b/recipes/shopware6.php @@ -71,7 +71,7 @@ }); task('sw:build', static function () { - run('./bin/build.sh'); + run('cd {{release_path}} && ./bin/build.sh'); }); task('sw:touch_install_lock', static function () {