We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b27c98 commit 4901db8Copy full SHA for 4901db8
1 file changed
.github/workflows/static.yaml
@@ -419,6 +419,12 @@ jobs:
419
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
420
RELEASE: ${{ (needs.prepare.outputs.ref || github.ref_type == 'tag') && '1' || '' }}
421
NO_COMPRESS: ${{ github.event_name == 'pull_request' && '1' || '' }}
422
+ - name: Upload logs
423
+ if: ${{ failure() }}
424
+ uses: actions/upload-artifact@v4
425
+ with:
426
+ path: dist/static-php-cli/log
427
+ name: static-php-cli-log-${{ matrix.platform }}-${{ github.sha }}
428
- if: needs.prepare.outputs.ref || github.ref_type == 'tag'
429
uses: actions/attest-build-provenance@v3
430
with:
0 commit comments