We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 439037b commit f8452cdCopy full SHA for f8452cd
1 file changed
.github/workflows/build-cli.yaml
@@ -147,11 +147,17 @@ jobs:
147
path: dist
148
key: ${{ matrix.platform }}-${{ hashFiles('cli/*.mod') }}
149
- name: Run doctor
150
- run: BUILD=no cli/build-php.sh
+ run: |
151
+ export GITHUB_TOKEN "${{ secrets.GITHUB_TOKEN }}"
152
+ BUILD=no cli/build-php.sh
153
- name: Build php
- run: cli/build-php.sh
154
155
156
+ cli/build-php.sh
157
- name: Build cli
- run: cd cli && ./build.sh
158
159
160
+ cd cli && ./build.sh
161
- run: ls -lah cli/dist/
162
- run: ls -lah dist/ || true
163
- name: Archive artifacts
0 commit comments