Skip to content

Commit

Permalink
Update build-linux-x86_64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor authored Sep 30, 2024
1 parent 15a2dd9 commit 0774ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
# Pack PHP to archive
- run: mkdir dist2 && cp buildroot/bin/php dist2/ && cd dist2 && tar -zcvf "php-${{ matrix.version }}-linux-${{ inputs.operating-system }}.tar.gz" ./php && rm ./php
- if: ${{ inputs.build-micro == true }}
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

# Deploy
- if: ${{ inputs.build-cli == true }}
Expand Down

0 comments on commit 0774ef1

Please sign in to comment.