diff --git a/.cirrus.yml b/.cirrus.yml index e23188e26..2c57cac87 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -68,7 +68,7 @@ macos_task_template: &MACOS_TASK_TEMPLATE - ${COMPILER} --version - make -j$(nproc) deploy_script: - - ../scripts/cirrus-deploy.sh + - $CIRRUS_WORKING_DIR/scripts/cirrus-deploy.sh env: COMPILER: clang diff --git a/scripts/cirrus-deploy.sh b/scripts/cirrus-deploy.sh index 3c8bcbc49..2902b15ae 100755 --- a/scripts/cirrus-deploy.sh +++ b/scripts/cirrus-deploy.sh @@ -20,7 +20,7 @@ check_failure() { } if [[ "$DEPLOY" == "true" ]]; then - ../scripts/macfixqtdylibrpath.py $CIRRUS_WORKING_DIR/build/src/app/valentina/bin/Valentina.app; + $CIRRUS_WORKING_DIR/scripts/macfixqtdylibrpath.py $CIRRUS_WORKING_DIR/build/src/app/valentina/bin/Valentina.app; check_failure "Unable to patch the app bundle."; print_info "Start compressing.";