mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
Update release-build.yml
This commit is contained in:
parent
b0c93c7418
commit
64d49003e0
4
.github/workflows/release-build.yml
vendored
4
.github/workflows/release-build.yml
vendored
@ -165,6 +165,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: spc-${{ matrix.operating-system.name }}${{ env.SUFFIX }}
|
name: spc-${{ matrix.operating-system.name }}${{ env.SUFFIX }}
|
||||||
|
|
||||||
|
- name: "Chmod"
|
||||||
|
if: matrix.operating-system.name != 'windows-x64'
|
||||||
|
run: chmod +x spc
|
||||||
|
|
||||||
- name: "Run SPC Tests"
|
- name: "Run SPC Tests"
|
||||||
env:
|
env:
|
||||||
SUFFIX: ${{ matrix.operating-system.name == 'windows-x64' && '.exe' || '' }}
|
SUFFIX: ${{ matrix.operating-system.name == 'windows-x64' && '.exe' || '' }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user