mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
fix macos nightly
This commit is contained in:
parent
51d252b2ac
commit
a9cce8a016
4
.github/workflows/MacOS.yml
vendored
4
.github/workflows/MacOS.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user