We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202a7e1 commit a319b25Copy full SHA for a319b25
.github/workflows/release.yml
@@ -20,7 +20,12 @@ jobs:
20
- name: Create .phar
21
run: |
22
wget -O phar-composer.phar https://github.com/clue/phar-composer/releases/download/v1.2.0/phar-composer-1.2.0.phar
23
- php phar-composer.phar build .
+ mkdir build
24
+ mv vendor build/vendor
25
+ mv src build/src
26
+ mv bin build/bin
27
+ mv composer.json build
28
+ php -d phar.readonly=off phar-composer.phar build ./build/
29
30
- name: Test run mozart
31
run: php mozart.phar --version
0 commit comments