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 258a1fd  try to actually upload it this time
258a1fd is described below

commit 258a1fde2b59d177e4a7df947c31032f077ebde8
Author: Robert Middleton <[email protected]>
AuthorDate: Mon Jan 3 19:21:30 2022 -0500

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

diff --git a/.github/workflows/abi-compatibility.yml 
b/.github/workflows/abi-compatibility.yml
index 1270d81..d9b1129 100644
--- a/.github/workflows/abi-compatibility.yml
+++ b/.github/workflows/abi-compatibility.yml
@@ -50,10 +50,13 @@ jobs:
         cd build
         cmake -DCMAKE_CXX_COMPILER=g++ -DCMAKE_C_COMPILER=gcc 
-DLOG4CXX_ABI_CHECK=ON -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="-Og" 
-DBUILD_TESTING=off ..
         cmake --build .
+
+    - name: 'copy compat report'
+      run: |
         cp $(find . -name compat_report.html) .
 
     - uses: actions/upload-artifact@v2
       if: failure()
       with:
-        name: abi-compatibility-report
+        name: compat_report.html
         path: compat_report.html

Reply via email to