upload artifacts

master
and94x 2 years ago
parent 1bf4426be4
commit 636b5fbb34

@ -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
artifacts:
paths:
- out/artifacts/chrome/extension.zip
Loading…
Cancel
Save