Skip to content

Commit 5519569

Browse files
authored
fix: linux arm64 bin directory (#155)
1 parent d9e83d9 commit 5519569

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-php.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,13 @@ jobs:
152152
fi
153153
echo "PHP_VERSION_FULL=$PHP_VERSION_FULL" >> $GITHUB_ENV
154154
155+
- name: Create bin directories
156+
shell: bash
157+
run: |
158+
mkdir -p bin/${{ env.SPC_BUILD_OS }}/${{ env.SPC_BUILD_ARCH }}
159+
mkdir -p license-files
160+
mkdir -p build-meta
161+
155162
- name: Zip PHP binary, copy metadata
156163
shell: bash
157164
run: |

0 commit comments

Comments
 (0)