diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4e94b4..6d5fbd7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ build firefox: artifacts: paths: - - bin/Firefox/ClearUrls_chrome_$CI_BUILD_ID.zip + - ClearUrls_firefox_$CI_BUILD_ID.zip build chrome: stage: build @@ -30,4 +30,4 @@ build chrome: artifacts: paths: - - bin/Chrome/ClearUrls_chrome_$CI_BUILD_ID.zip \ No newline at end of file + - ClearUrls_chrome_$CI_BUILD_ID.zip \ No newline at end of file