Skip to content

Commit

Permalink
enabling macos dmg build for all commits, #15213
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertHilbrich committed Oct 8, 2024
1 parent ac5b993 commit 4897f2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,12 @@ jobs:
path: sumo/bin

- name: Creating macOS installer dmg
if: startsWith(github.ref, 'refs/tags/')
run: |
cd sumo
python3 -m pip install dmgbuild
python3 tools/build_config/buildMacOSInstaller.py ./cmake-build
- name: Uploading macOS installer dmg
if: startsWith(github.ref, 'refs/tags/')
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}-installer-unsigned
Expand Down

0 comments on commit 4897f2f

Please sign in to comment.