diff --git a/.gitlab-ci-files/job-macosx-desktop.yml b/.gitlab-ci-files/job-macosx-desktop.yml index ecfae7de2..bd5d440ed 100644 --- a/.gitlab-ci-files/job-macosx-desktop.yml +++ b/.gitlab-ci-files/job-macosx-desktop.yml @@ -31,7 +31,7 @@ CMAKE_TOOLCHAIN_FILE: linphone-sdk/cmake/toolchains/toolchain-mac-x86_64.cmake artifacts: paths: - - build/OUTPUT/linphone-app/macos + - build/OUTPUT/* when: always expire_in: 1 week @@ -108,7 +108,7 @@ job-macosx-makefile-package: artifacts: when: always paths: - - build/OUTPUT/linphone-app/macos/* + - build/OUTPUT/* when: always expire_in: 1 week