Skip to content

Commit

Permalink
[GH Actions] Removed macOS packing step (#1827)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianReimold authored Nov 28, 2024
1 parent 99c8a25 commit 04a546b
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,17 @@ jobs:
# run: ctest -V
# working-directory: ${{ runner.workspace }}/_build

- name: Pack
uses: nick-fields/retry@v2
with:
max_attempts: 3
retry_on: error
timeout_minutes: 3
command: cd ${{ runner.workspace }}/_build && cpack -G DragNDrop
# Currently (2024-11-28) packing very often fails under macos
# - name: Pack
# uses: nick-fields/retry@v2
# with:
# max_attempts: 3
# retry_on: error
# timeout_minutes: 3
# command: cd ${{ runner.workspace }}/_build && cpack -G DragNDrop

- name: Upload DMG
uses: actions/upload-artifact@v4
with:
name: macos-dmg
path: ${{ runner.workspace }}/_build/_deploy/*.dmg
# - name: Upload DMG
# uses: actions/upload-artifact@v4
# with:
# name: macos-dmg
# path: ${{ runner.workspace }}/_build/_deploy/*.dmg

0 comments on commit 04a546b

Please sign in to comment.