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 2cb1b61 commit 202a7e1Copy full SHA for 202a7e1
.github/workflows/release.yml
@@ -19,8 +19,11 @@ jobs:
19
20
- name: Create .phar
21
run: |
22
- vendor/bin/phar-composer build .
23
- php mozart.phar --version
+ wget -O phar-composer.phar https://github.com/clue/phar-composer/releases/download/v1.2.0/phar-composer-1.2.0.phar
+ php phar-composer.phar build .
24
+
25
+ - name: Test run mozart
26
+ run: php mozart.phar --version
27
28
- uses: meeDamian/[email protected]
29
with:
0 commit comments