Skip to content

Commit 202a7e1

Browse files
szepeviktorcoenjacobs
authored andcommitted
Fix release script
1 parent 2cb1b61 commit 202a7e1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ jobs:
1919

2020
- name: Create .phar
2121
run: |
22-
vendor/bin/phar-composer build .
23-
php mozart.phar --version
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 .
24+
25+
- name: Test run mozart
26+
run: php mozart.phar --version
2427

2528
- uses: meeDamian/[email protected]
2629
with:

0 commit comments

Comments
 (0)