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