Skip to content

Commit 6b8f91d

Browse files
committed
WiP
1 parent 0b92e40 commit 6b8f91d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Install dependencies
2323
run: composer install --no-dev --no-interaction --no-progress
2424

25+
- name: Install box.phar
26+
run: curl -Lo bin/box.phar https://github.com/box-project/box/releases/latest/download/box.phar
27+
2528
- name: Build PHAR
2629
run: composer build-phar
2730

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ $ ./vendor/bin/build-regexp --preset javascript --flags u "😁" "😂"
6262

6363
### Maintenance
6464

65-
To generate `build-regexp.phar` you'll need to [download a recent release](https://github.com/box-project/box/releases) of `box.phar` and save it to the `bin` directory, then run `composer build`.
65+
To generate `build-regexp.phar` you'll need to [download a recent release](https://github.com/box-project/box/releases) of `box.phar` and save it to the `bin` directory, then run `composer build-phar`.
6666

6767

6868
### See also

0 commit comments

Comments
 (0)