fix macos nightly

This commit is contained in:
alemuntoni 2021-03-28 14:51:18 +02:00
parent 51d252b2ac
commit a9cce8a016

View File

@ -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: