diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f07765..af143fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: Build app if: matrix.php == '8.4' - run: composer ci:build + run: php laracord app:build - name: Upload build artifact if: matrix.php == '8.4' diff --git a/composer.json b/composer.json index 8627044..ec3f7a6 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "@composer format:check" ], "ci:build": [ - "php ./laracord app:build --build-version=ci" + "php laracord app:build" ], "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""