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 e1111f9  better name the artifact
e1111f9 is described below

commit e1111f9acd4e17e3ed873319853566a31091abcd
Author: Robert Middleton <[email protected]>
AuthorDate: Sat Mar 5 10:31:57 2022 -0500

    better name the artifact
---
 .github/workflows/chainsaw.yml | 1 +
 1 file changed, 1 insertion(+)

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

Reply via email to