Skip to content

Commit 2772c77

Browse files
authored
clean zips
1 parent ecd7620 commit 2772c77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-php.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ jobs:
140140
if [[ "${{ matrix.os }}" == "windows-latest" ]]; then
141141
powershell Compress-Archive -Path "../static-php-cli/buildroot/bin/php.exe" -DestinationPath "bin/${{ env.SPC_BUILD_OS }}/${{ env.SPC_BUILD_ARCH }}/php-${{ env.PHP_VERSION }}.zip" -Force
142142
else
143+
rm bin/${{ env.SPC_BUILD_OS }}/${{ env.SPC_BUILD_ARCH }}/php-${{ env.PHP_VERSION }}.zip
143144
mkdir -p tmp-bin
144145
cp ../static-php-cli/buildroot/bin/php tmp-bin/
145146
cd tmp-bin

0 commit comments

Comments
 (0)