diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02e98b6..87fb0a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,8 +18,14 @@ firefox: stage: build script: - bash build-ff.sh + artifacts: + paths: + - out/artifacts/firefox/extension.zip chrome: stage: build script: - - bash build-cr.sh \ No newline at end of file + - bash build-cr.sh + artifacts: + paths: + - out/artifacts/chrome/extension.zip \ No newline at end of file