From a9cce8a016b4350167ad9b8b5f960f7fa1fb1ce4 Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Sun, 28 Mar 2021 14:51:18 +0200 Subject: [PATCH] fix macos nightly --- .github/workflows/MacOS.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/MacOS.yml b/.github/workflows/MacOS.yml index 879ed7a2e..d1eba5b4e 100644 --- a/.github/workflows/MacOS.yml +++ b/.github/workflows/MacOS.yml @@ -33,7 +33,7 @@ jobs: - name: Configure and Build shell: bash run: | - bash scripts/${{ runner.os }}/1_build.sh --${{ matrix.precision }} + bash scripts/${{ runner.os }}/1_build.sh --${{ matrix.precision }} --nightly - name: Deploy shell: bash run: | @@ -41,7 +41,7 @@ jobs: - name: Create DMG shell: bash run: | - bash scripts/${{ runner.os }}/3_dmg.sh --${{ matrix.precision }} + bash scripts/${{ runner.os }}/3_dmg.sh - name: Upload MeshLab Portable uses: actions/upload-artifact@v2 with: