Skip to content

Commit 3189e70

Browse files
authored
Update build-linux-x86_64.yml
1 parent 5c6b9a3 commit 3189e70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-linux-x86_64.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,10 @@ jobs:
9090

9191
# Pack PHP to archive
9292
- 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
9395

94-
# Deploy to Zhamao Server
96+
# Deploy
9597
- if: ${{ inputs.build-cli == true }}
9698
uses: easingthemes/[email protected]
9799
env:

0 commit comments

Comments
 (0)