From 6a047f86efe5080709220209e551d4fa2b90650c Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sat, 24 Dec 2022 00:58:22 +0200 Subject: [PATCH] Build script update --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9a4a5ba..658c922 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,10 +32,11 @@ jobs: - name: Install Composer dependencies uses: ramsey/composer-install@v2 + - name: Copy application to phar + run: cp application application.phar + - name: Build PHAR - run: | - cp application application.phar - composer build -- --build-version + run: composer build -- --build-version # Smoke test - name: Ensure the PHAR works