Skip to content

Commit

Permalink
[GH Actions] Removed macOS packing step (#1827) (#1829)
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Reimold <11774314+FlorianReimold@users.noreply.github.com>
  • Loading branch information
eclipse-ecal-bot and FlorianReimold authored Nov 28, 2024
1 parent ffd1cad commit e917ba9
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,18 +123,19 @@ jobs:
# run: ctest -V
# working-directory: ${{ runner.workspace }}/_build

- name: Pack
run: cpack -G DragNDrop
working-directory: ${{ runner.workspace }}/_build

- name: Upload DMG
uses: actions/upload-artifact@v4
with:
name: macos-dmg
path: ${{ runner.workspace }}/_build/_deploy/*.dmg
# Currently (2024-11-28) packing very often fails under macos
# - name: Pack
# run: cpack -G DragNDrop
# working-directory: ${{ runner.workspace }}/_build

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

# - name: Upload Python Wheel
# uses: actions/upload-artifact@v4
# with:
# name: macos-python-wheel
# path: ${{ runner.workspace }}/_build/_deploy/*.whl

0 comments on commit e917ba9

Please sign in to comment.