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 77f1048 commit 435194aCopy full SHA for 435194a
.github/workflows/build-php.yml
@@ -140,7 +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
+ rm -f 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