Skip to content

Commit

Permalink
Merge pull request #18 from huangzhhui/optimize-download-progressbar
Browse files Browse the repository at this point in the history
Print the box version while building
  • Loading branch information
huangzhhui authored Sep 27, 2022
2 parents 8c3ac01 + c344672 commit 422571e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
./php src/bin/hyperf.php build-prepare
./php src/bin/hyperf.php build-self --no-dev
mv ~/.box/box ./box
./box version
- name: Upload artifact for box
if: steps.box.outcome == 'success'
Expand Down Expand Up @@ -137,6 +138,7 @@ jobs:
./php src/bin/hyperf.php build-prepare
./php src/bin/hyperf.php build-self --no-dev
mv ~/.box/box ./box
./box version
- name: Upload artifact for box
if: steps.box.outcome == 'success'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
./php src/bin/hyperf.php build-prepare
./php src/bin/hyperf.php build-self --no-dev
mv ~/.box/box ./box
./box version
- name: Upload artifact for box
if: steps.box.outcome == 'success'
Expand Down

0 comments on commit 422571e

Please sign in to comment.