Build script update

This commit is contained in:
2022-12-24 00:58:22 +02:00
parent 099a8f0847
commit 6a047f86ef

View File

@@ -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