Skip to content

Commit 4585809

Browse files
committed
github actions take 3
1 parent 2c9abb6 commit 4585809

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Build app
3737
if: matrix.php == '8.4'
38-
run: composer ci:build
38+
run: php laracord app:build
3939

4040
- name: Upload build artifact
4141
if: matrix.php == '8.4'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@composer format:check"
3737
],
3838
"ci:build": [
39-
"php ./laracord app:build --build-version=ci"
39+
"php laracord app:build"
4040
],
4141
"post-root-package-install": [
4242
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""

0 commit comments

Comments
 (0)