Update main.yaml

pull/41178/head
sre-ci-robot 2025-04-10 00:12:28 +08:00 committed by GitHub
parent ebae09ff52
commit 947b431e1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -203,7 +203,6 @@ jobs:
continue-on-error: true
run: |
ulimit -c unlimited
echo '/tmp/core.%e.%p' | tee /proc/sys/kernel/core_pattern
chmod +x build/builder.sh
chmod +x scripts/run_go_codecov.sh
docker ps
@ -213,7 +212,7 @@ jobs:
if: failure()
with:
name: core-dump
path: /tmp/core.*
path: ./core.*
- name: Archive result
uses: actions/upload-artifact@v4
with: