From ffe249df58e167952f3c74e67034efa84b70a887 Mon Sep 17 00:00:00 2001 From: Nobix <92090462+nobixX@users.noreply.github.com> Date: Fri, 8 Apr 2022 04:59:56 +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 9a63b165..d851d463 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: php -r "file_exists('env') || copy('app/code', ('/');" - name: Install Dependencies run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist