We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3189e70 commit 13a3f90Copy full SHA for 13a3f90
.github/workflows/build-linux-x86_64.yml
@@ -91,7 +91,7 @@ jobs:
91
# Pack PHP to archive
92
- run: mkdir dist2 && cp buildroot/bin/php dist2/ && cd dist2 && tar -zcvf "php-${{ matrix.version }}-linux-${{ inputs.operating-system }}.tar.gz" ./php && rm ./php
93
- if: ${{ inputs.build-micro == true }}
94
- - run: cp buildroot/bin/micro.sfx dist2/php${{ matrix.version }}.micro.sfx && cd dist2 && zip "php${{ matrix.version }}.micro.sfx.zip" ./php${{ matrix.version }}.micro.sfx
+ - run: cp "buildroot/bin/micro.sfx dist2/php${{ matrix.version }}.micro.sfx" && cd dist2 && zip "php${{ matrix.version }}.micro.sfx.zip" "./php${{ matrix.version }}.micro.sfx"
95
96
# Deploy
97
- if: ${{ inputs.build-cli == true }}
0 commit comments