You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rm...@apache.org on 2022/01/15 02:02:50 UTC

[logging-log4cxx] branch master updated: always upload compatibility report

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 64a106b  always upload compatibility report
64a106b is described below

commit 64a106b915daf1531200480f5506797f835602a2
Author: Robert Middleton <rm...@users.noreply.github.com>
AuthorDate: Fri Jan 14 21:02:46 2022 -0500

    always upload compatibility report
---
 .github/workflows/abi-compatibility.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/abi-compatibility.yml b/.github/workflows/abi-compatibility.yml
index 6a9a1b7..acb51fb 100644
--- a/.github/workflows/abi-compatibility.yml
+++ b/.github/workflows/abi-compatibility.yml
@@ -52,12 +52,12 @@ jobs:
         cmake --build .
 
     - name: 'copy compat report'
-      if: failure()
+      if: always()
       run: |
         cp $(find . -name compat_report.html) .
 
     - uses: actions/upload-artifact@v2
-      if: failure()
+      if: always()
       with:
         name: compat_report.html
         path: compat_report.html