We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd7620 commit 2772c77Copy full SHA for 2772c77
.github/workflows/build-php.yml
@@ -140,6 +140,7 @@ jobs:
140
if [[ "${{ matrix.os }}" == "windows-latest" ]]; then
141
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
142
else
143
+ rm bin/${{ env.SPC_BUILD_OS }}/${{ env.SPC_BUILD_ARCH }}/php-${{ env.PHP_VERSION }}.zip
144
mkdir -p tmp-bin
145
cp ../static-php-cli/buildroot/bin/php tmp-bin/
146
cd tmp-bin
0 commit comments