Skip to content

Commit

Permalink
Update linux.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhhui committed Jan 3, 2023
1 parent 2a99f5b commit 3e6c4db
Showing 1 changed file with 2 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 @@ -133,6 +133,7 @@ jobs:
id: create_folder
run: |
cd ~
rm -rf ~/.box
mkdir .box
chmod 755 .box
Expand All @@ -146,6 +147,7 @@ jobs:
./php src/bin/hyperf.php build-self --no-dev
mv ~/.box/box ./box
./box version
rm -rf ~/.box
- name: Upload artifact for box
if: steps.box.outcome == 'success'
Expand Down

0 comments on commit 3e6c4db

Please sign in to comment.