From 0d0b9d18d5d49b48c9a5c8cf609a1f683902c7cf Mon Sep 17 00:00:00 2001 From: Nobix <92090462+nobixX@users.noreply.github.com> Date: Fri, 8 Apr 2022 05:03:51 +0530 Subject: [PATCH] Update laravel.yml --- .github/workflows/laravel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index d851d463..951be556 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -17,7 +17,7 @@ jobs: php-version: '8.0' - uses: actions/checkout@v3 - name: Copy app/code/ - run: php -r "file_exists('env') || copy('app/code', ('/');" + run: cp app/code . - name: Install Dependencies run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist