From 458580961617593f6af2d4da02a2eb5ff19adae5 Mon Sep 17 00:00:00 2001 From: itsAzaria Date: Thu, 19 Feb 2026 00:57:41 +0000 Subject: [PATCH] github actions take 3 --- .github/workflows/ci.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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');\""