Update docs, GitHub issue templates, workflows

This commit is contained in:
crazywhalecc
2025-08-06 20:48:20 +08:00
committed by Jerry Ma
parent 29dc5e4ea7
commit 9a340e1ad8
8 changed files with 31 additions and 7 deletions

View File

@@ -206,6 +206,13 @@ jobs:
if: ${{ !startsWith(matrix.os, 'windows-') }}
run: php src/globals/test-extensions.php build_embed_cmd ${{ matrix.os }} ${{ matrix.php }}
- name: "Upload logs"
if: ${{ always() && hashFiles('log/**') != '' }}
uses: actions/upload-artifact@v4
with:
name: build-logs-${{ matrix.os }}-${{ matrix.php }}
path: log
# - name: Setup tmate session
# if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3