From 60106a2e8a9d34b569704a2d60564e4244b93362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=20Gl=C3=A4=C3=9F-St=C3=B6cker?= Date: Mon, 23 Aug 2021 22:35:44 +0200 Subject: [PATCH] maybe the artifacts path was wrong? --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce105cb..3668ffe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,10 +23,10 @@ build_collect: - python ./scripts/collect.py --image-url 'https://downloads.openwrt.org/{base}/{target}' https://downloads.openwrt.org ./src ./public/ - cat ./src/config.ts artifacts: - name: 'public_${CI_COMMIT_REF_NAME}' + name: 'collect_${CI_COMMIT_REF_NAME}' paths: - - public/ - - src/ + - ./public/ + - ./src/ build_stage: stage: build_stage