From 8b29ddaf4ff06246855acf9c656bcf4009c30367 Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Sun, 6 Jul 2025 20:49:00 +0100 Subject: [PATCH] Fix artifact path in CI for webapp --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45c455b5..eb21c9a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -165,7 +165,7 @@ build: name: "dist" expire_in: 1 week paths: - - "src/openflexure_microscope/static/" + - "src/openflexure_microscope_server/static/" # # Package application into distribution tarball # package: