[Android] CI: Fix nightly builds path

Hugo Beauzée-Luyssen git at videolan.org
Wed Feb 5 16:12:06 CET 2020


vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Feb  5 15:29:44 2020 +0100| [e473161726a83b48420f421e594f1f0ba3fc17b8] | committer: Hugo Beauzée-Luyssen

CI: Fix nightly builds path

> https://code.videolan.org/videolan/vlc-android/commit/e473161726a83b48420f421e594f1f0ba3fc17b8
---

 buildsystem/gitlab/.gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/buildsystem/gitlab/.gitlab-ci.yml b/buildsystem/gitlab/.gitlab-ci.yml
index 640255a20..30ce676f3 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -122,7 +122,7 @@ nightly-arm64:
         ARCH: arm64
     artifacts:
         paths:
-            - vlc-android/build/outputs/apk/dev/VLC-Android-*.apk
+            - application/app/build/outputs/apk/dev/VLC-Android-*.apk
         expire_in: 2 weeks
 
 nightly-armv7:
@@ -133,7 +133,7 @@ nightly-armv7:
         ARCH: arm
     artifacts:
         paths:
-            - vlc-android/build/outputs/apk/dev/VLC-Android-*.apk
+            - application/app/build/outputs/apk/dev/VLC-Android-*.apk
         expire_in: 2 weeks
 
 nightly-x86:
@@ -144,7 +144,7 @@ nightly-x86:
         ARCH: x86
     artifacts:
         paths:
-            - vlc-android/build/outputs/apk/dev/VLC-Android-*.apk
+            - application/app/build/outputs/apk/dev/VLC-Android-*.apk
         expire_in: 2 weeks
 
 nightly-x86_64:
@@ -155,6 +155,6 @@ nightly-x86_64:
         ARCH: x86_64
     artifacts:
         paths:
-            - vlc-android/build/outputs/apk/dev/VLC-Android-*.apk
+            - application/app/build/outputs/apk/dev/VLC-Android-*.apk
         expire_in: 2 weeks
 



More information about the Android mailing list