Skip to content

Commit

Permalink
disabled DMG builds for now
Browse files Browse the repository at this point in the history
  • Loading branch information
grobmeier committed Dec 21, 2023
1 parent 74cac69 commit 50c4cdf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/chainsaw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 50c4cdf

Please sign in to comment.