[gimp-help/wip/wormnest/ci-fix] ci: fix build failure due to incorrect folder




commit 128abe730eec16d16baac964e21bba9a2572a5db
Author: Jacob Boerema <jgboerema gmail com>
Date:   Tue Jun 15 22:28:51 2021 -0400

    ci: fix build failure due to incorrect folder

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1a61035fa..4470d453e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,5 +32,5 @@ build-debian:
     - cd _build
     - ../autogen.sh --prefix=${INSTALL_PREFIX} --without-gimp
     - make && make install
-    - mv ${INSTALL_PREFIX}/share/gimp/2.0/help/ ../www/
+    - mv ${INSTALL_PREFIX}/share/gimp/2.99/help/ ../www/
   timeout: 2 hours


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]