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

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


The following commit(s) were added to refs/heads/github-actions by this push:
     new ac8e3dd  don't name the artifact, use default
ac8e3dd is described below

commit ac8e3ddfd66572b9e1472a652c5fd2d41a564d0e
Author: Robert Middleton <[email protected]>
AuthorDate: Sat Mar 5 10:28:03 2022 -0500

    don't name the artifact, use default
---
 .github/workflows/chainsaw.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/chainsaw.yml b/.github/workflows/chainsaw.yml
index adde05c..04daab2 100644
--- a/.github/workflows/chainsaw.yml
+++ b/.github/workflows/chainsaw.yml
@@ -67,6 +67,5 @@ jobs:
 
       - uses: actions/upload-artifact@v3
         with:
-          name: abi-compatibility-report
           path: target/*.dmg
 

Reply via email to