File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88env :
99 PHP_EXT : zstd
10- PHP_EXT_VERSION : ${{ github.event.release.tag_name }}
10+ # PHP_EXT_VERSION: ${{ github.event.release.tag_name }}
11+ PHP_EXT_VERSION : 0.14.0+pie
1112 BIN_SDK_VER : 2.3.0
1213
1314jobs :
9899 REPORT_EXIT_STATUS : 1
99100 NO_INTERACTION : 1
100101
101- - if : ${{ github.event_name == 'release' && matrix.library == false && matrix.apcu == '' }}
102+ # - if: ${{ github.event_name == 'release' && matrix.library == false && matrix.apcu == '' }}
103+ - if : ${{ matrix.library == false && matrix.apcu == '' }}
102104 name : Archive DLL
103105 run : |-
104106 Copy-Item .\php_${{ env.PHP_EXT }}.dll .\$env:EXT_NAME.dll
@@ -107,7 +109,8 @@ jobs:
107109 env :
108110 EXT_NAME : php_${{ env.PHP_EXT }}-${{ env.PHP_EXT_VERSION }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.vs }}-${{ matrix.arch == 'x64' && 'x86_64' || matrix.arch }}
109111
110- - if : ${{ github.event_name == 'release' && matrix.library == false && matrix.apcu == '' }}
112+ # - if: ${{ github.event_name == 'release' && matrix.library == false && matrix.apcu == '' }}
113+ - if : ${{ matrix.library == false && matrix.apcu == '' }}
111114 name : Store archive DLL
112115 uses : actions/upload-artifact@v4
113116 with :
@@ -122,7 +125,7 @@ jobs:
122125
123126 runs-on : ubuntu-latest
124127
125- if : ${{ github.event_name == 'release' }}
128+ # if: ${{ github.event_name == 'release' }}
126129
127130 steps :
128131 - name : Checkout
You can’t perform that action at this time.
0 commit comments