package macos cmake in old way

This commit is contained in:
Rasmus Karlsson 2021-02-21 16:37:37 +01:00
parent dfa2f14847
commit 004fdd5690

View file

@ -203,8 +203,11 @@ jobs:
- name: Package (MacOS)
if: startsWith(matrix.os, 'macos') && matrix.build-system == 'cmake'
run: |
cd build
make package
ls -la
pwd
ls -la build || true
cd build
sh ./../.CI/CreateDMG.sh
shell: bash
- name: Upload artifact (MacOS)