mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-18 02:24:38 +00:00
upload artifact v2
This commit is contained in:
parent
a7d727c081
commit
155aa455ca
6
.github/workflows/Linux.yml
vendored
6
.github/workflows/Linux.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
- name: Build MeshLab AppImage
|
||||
shell: bash
|
||||
run : |
|
||||
bash scripts/${{ runner.os }}/3_appimage.sh --${{ matrix.precision }}
|
||||
bash scripts/${{ runner.os }}/3_appimage.sh
|
||||
#todo: try deb when ubuntu16.04 won't be required anymore by linuxdeployqt...
|
||||
#- name: Build deb package
|
||||
# uses: jiro4989/build-deb-action@v2
|
||||
@ -54,12 +54,12 @@ jobs:
|
||||
# arch: 'amd64'
|
||||
# desc: 'MeshLab ${{steps.envs.outputs.version}} deb package.'
|
||||
- name: Upload MeshLab Portable
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: meshlab_linux_portable${{steps.envs.outputs.artifact_suffix}}
|
||||
path: src/install/
|
||||
- name: Upload MeshLab AppImage
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: meshlab_linux_appimage${{steps.envs.outputs.artifact_suffix}}
|
||||
path: src/MeshLab*.AppImage
|
||||
|
||||
@ -12,7 +12,6 @@
|
||||
SCRIPTS_PATH="$(dirname "$(realpath "$0")")"
|
||||
INSTALL_PATH=$SCRIPTS_PATH/../../src/install
|
||||
|
||||
|
||||
#checking for parameters
|
||||
for i in "$@"
|
||||
do
|
||||
@ -21,10 +20,6 @@ case $i in
|
||||
INSTALL_PATH="${i#*=}"
|
||||
shift # past argument=value
|
||||
;;
|
||||
--double_precision)
|
||||
ML_VERSION=${ML_VERSION}d
|
||||
shift # past argument=value
|
||||
;;
|
||||
*)
|
||||
# unknown option
|
||||
;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user