From 26802ff1519e0ec2286302072fb10a81a94234b3 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sat, 24 Dec 2022 01:01:24 +0200 Subject: [PATCH] Composer build already had copy --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 658c922..dcacbd6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: run: cp application application.phar - name: Build PHAR - run: composer build -- --build-version + run: php application app:build branch-usage-checker --build-version # Smoke test - name: Ensure the PHAR works