CI: save a minidump if it hangs on shutdown

This commit is contained in:
SChernykh
2024-07-20 12:49:00 +02:00
parent ce6553863a
commit 37bf8554fc
5 changed files with 33 additions and 2 deletions

View File

@@ -436,12 +436,14 @@ jobs:
- name: Check p2pool.log
run: |
cd build/RelWithDebInfo
Remove-Item p2pool.cache -Force
findstr /C:"Synchronization finished successfully" p2pool.log
- name: Archive p2pool.log
if: '!cancelled()'
uses: actions/upload-artifact@v4
with:
name: p2pool_windows_data_leaks
path: |
build/RelWithDebInfo/*.log
build/RelWithDebInfo/p2pool.*
build/RelWithDebInfo/data/