From 375bcf4e733a15e366997832c2c8bbc7ea512a22 Mon Sep 17 00:00:00 2001 From: Richard Date: Tue, 10 Aug 2021 12:18:24 +0100 Subject: [PATCH] fix typo in artifact path --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 532cf68b..a2ccca0a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -162,7 +162,7 @@ build: name: "dist" expire_in: 1 week paths: - - "openflexure_microscope/static/dist/" + - "openflexure_microscope/api/static/dist/" only: - master