This is an automated email from the ASF dual-hosted git repository. grobmeier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-chainsaw.git
commit 50c4cdff2f65a7a270e60f2686a78fa70ee558da Author: Christian Grobmeier <[email protected]> AuthorDate: Thu Dec 21 19:17:17 2023 +0100 disabled DMG builds for now --- .github/workflows/chainsaw.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/chainsaw.yml b/.github/workflows/chainsaw.yml index 35b6c90..d12b7c4 100644 --- a/.github/workflows/chainsaw.yml +++ b/.github/workflows/chainsaw.yml @@ -62,12 +62,12 @@ jobs: mvn site:site mvn install - - name: archive dmg - timeout-minutes: 60 - shell: bash - run: find target -name \*.dmg - - - uses: actions/upload-artifact@v3 - with: - name: chainsaw.dmg - path: target/*.dmg +# - name: archive dmg +# timeout-minutes: 60 +# shell: bash +# run: find target -name \*.dmg +# +# - uses: actions/upload-artifact@v3 +# with: +# name: chainsaw.dmg +# path: target/*.dmg
