github actions take 3

This commit is contained in:
itsAzaria
2026-02-19 00:57:41 +00:00
parent 2c9abb65b5
commit 4585809616
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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'
+1 -1
View File
@@ -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');\""