mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
upload app dir artifact
This commit is contained in:
parent
42c6813d1c
commit
cae10ae239
5
.github/workflows/MacOS.yml
vendored
5
.github/workflows/MacOS.yml
vendored
@ -42,6 +42,11 @@ jobs:
|
||||
run: |
|
||||
sh scripts/${{ runner.os }}/3_dmg.sh --${{ matrix.precision }}
|
||||
mv src/install/MeshLab${{steps.envs.outputs.version}}.dmg src/install/MeshLab${{steps.envs.outputs.version}}-macos.dmg
|
||||
- name: Upload APP
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: meshlab_macos_app${{steps.envs.outputs.artifact_suffix}}
|
||||
path: src/install/meshlab.app
|
||||
- name: Upload DMG
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user