upload artifacts
This commit is contained in:
parent
1bf4426be4
commit
636b5fbb34
@ -18,8 +18,14 @@ firefox:
|
|||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- bash build-ff.sh
|
- bash build-ff.sh
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- out/artifacts/firefox/extension.zip
|
||||||
|
|
||||||
chrome:
|
chrome:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- bash build-cr.sh
|
- bash build-cr.sh
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- out/artifacts/chrome/extension.zip
|
Loading…
Reference in New Issue
Block a user