Skip to content

Commit

Permalink
Upload build directory and core dumps.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Oct 8, 2024
1 parent e95955a commit 07579db
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,20 @@ jobs:
run: |
source $GITHUB_WORKSPACE/scripts/ci/print_logs.sh
if: failure() # only run this job if the build step failed
- name: "Upload build directory"
uses: actions/upload-artifact@v3
if: failure()
with:
name: dump-${{ matrix.platform }}
path: |
build/**
- name: "Upload core dumps"
uses: actions/upload-artifact@v3
if: failure()
with:
name: dump-${{ matrix.platform }}
path: |
/var/crash/**
Test-Release-Artifacts:
needs: Package-Binary-Release
Expand Down

0 comments on commit 07579db

Please sign in to comment.