Skip to content

Commit f459399

Browse files
authored
yikes
1 parent 9627471 commit f459399

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-php.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ jobs:
121121
else
122122
mkdir -p tmp-bin
123123
cp ../static-php-cli/buildroot/bin/php tmp-bin/
124-
zip bin/${{ env.SPC_BUILD_OS }}/${{ env.SPC_BUILD_ARCH }}/php-${{ matrix.version }}.zip tmp-bin/php
124+
cd tmp-bin
125+
zip ../bin/${{ env.SPC_BUILD_OS }}/${{ env.SPC_BUILD_ARCH }}/php-${{ matrix.version }}.zip php
126+
cd ..
125127
rm -rf tmp-bin
126128
fi
127129
cp ../static-php-cli/buildroot/license/* license-files/

0 commit comments

Comments
 (0)