From 5f344a61e3e4e2b69b47dbf0f3d618d7bfa97e9e Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Mon, 9 Jun 2025 18:45:16 +0200 Subject: [PATCH] Fix typo in GitLab CI artifact path for the public directory --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2bb0863..c18f85b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ build: artifacts: paths: - target/ - - public + - public/ except: - tags