This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a commit to branch save-abi-compliance-check
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git


The following commit(s) were added to refs/heads/save-abi-compliance-check by 
this push:
     new 720d4c3  try to actually upload it this time
720d4c3 is described below

commit 720d4c35e3fe4b8a704b5f7bc6f2568f1446f26e
Author: Robert Middleton <[email protected]>
AuthorDate: Mon Jan 3 19:26:46 2022 -0500

    try to actually upload it this time
---
 .github/workflows/abi-compatibility.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/abi-compatibility.yml 
b/.github/workflows/abi-compatibility.yml
index d9b1129..6a9a1b7 100644
--- a/.github/workflows/abi-compatibility.yml
+++ b/.github/workflows/abi-compatibility.yml
@@ -52,6 +52,7 @@ jobs:
         cmake --build .
 
     - name: 'copy compat report'
+      if: failure()
       run: |
         cp $(find . -name compat_report.html) .
 

Reply via email to