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/03/05 15:21:06 UTC

[logging-chainsaw] branch github-actions updated: Upload dmg via wildcard

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 d809710  Upload dmg via wildcard
d809710 is described below

commit d809710ee664bb34212530c4f665cbf1c7d7e646
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Sat Mar 5 10:20:58 2022 -0500

    Upload dmg via wildcard
---
 .github/workflows/chainsaw.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/chainsaw.yml b/.github/workflows/chainsaw.yml
index ba525ee..adde05c 100644
--- a/.github/workflows/chainsaw.yml
+++ b/.github/workflows/chainsaw.yml
@@ -65,8 +65,8 @@ jobs:
         shell: bash
         run: find target -name \*.dmg
 
-      - uses: actions/upload-artifact@v2
+      - uses: actions/upload-artifact@v3
         with:
           name: abi-compatibility-report
-          path: target/Apache\ Chainsaw.dmg
+          path: target/*.dmg