mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
clean install folder after deploy on macos
This commit is contained in:
parent
d02449a531
commit
d677b232a9
2
.github/workflows/MacOS.yml
vendored
2
.github/workflows/MacOS.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: meshlab_macos_portable${{steps.envs.outputs.artifact_suffix}}
|
||||
path: install/MeshLab*.app
|
||||
path: install/
|
||||
- name: Upload DMG
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
||||
@ -43,3 +43,7 @@ done
|
||||
|
||||
${QT_DIR}macdeployqt $INSTALL_PATH/$APPNAME \
|
||||
$ARGUMENTS
|
||||
|
||||
# remove everything from install path, except the appbundle
|
||||
cd $INSTALL_PATH
|
||||
ls | grep -xv "${APPNAME}" | xargs rm
|
||||
Loading…
x
Reference in New Issue
Block a user