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 e941141 try to archive dmg file
e941141 is described below
commit e941141365aa0b71da5875fb240d3abd298d1b48
Author: Robert Middleton <[email protected]>
AuthorDate: Sat Mar 5 10:17:32 2022 -0500
try to archive dmg file
---
.github/workflows/chainsaw.yml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/.github/workflows/chainsaw.yml b/.github/workflows/chainsaw.yml
index 052f4c3..ba525ee 100644
--- a/.github/workflows/chainsaw.yml
+++ b/.github/workflows/chainsaw.yml
@@ -59,3 +59,14 @@ jobs:
run: |
mvn -Pdevelopment site:site
mvn -Pdevelopment install
+
+ - name: archive dmg
+ timeout-minutes: 60
+ shell: bash
+ run: find target -name \*.dmg
+
+ - uses: actions/upload-artifact@v2
+ with:
+ name: abi-compatibility-report
+ path: target/Apache\ Chainsaw.dmg
+