Skip to content
Snippets Groups Projects
Verified Commit 6901dd44 authored by Jonas Leder's avatar Jonas Leder
Browse files

add artifacts

parent df1727f6
No related branches found
No related tags found
No related merge requests found
......@@ -5,4 +5,9 @@ build-firefox-extension:
script:
- yarn install
- yarn build
- yarn web-ext sign --api-key=${MOZ_API_KEY} --api-secret=${MOZ_API_SECRET} --id=${MOZ_GECKO_ID} -s src/
\ No newline at end of file
- yarn web-ext sign --api-key=${MOZ_API_KEY} --api-secret=${MOZ_API_SECRET} --id=${MOZ_GECKO_ID} -s src/
- mv web-ext-artifacts/*.xpi ./url-shorter-xpi
- mv web-ext-artifacts/*.zip ./url-shorter-zip
artifacts:
- public/url-shorter-xpi
- public/url-shorter-zip
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment