Skip to content

Commit

Permalink
Change CI build for Firefox to .xpi for easier install.
Browse files Browse the repository at this point in the history
  • Loading branch information
FelisCatus committed Sep 21, 2017
1 parent 89d6f4e commit 8663ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
command: |
cd omega-target-chromium-extension
web-ext -s build build
dest_file="packages/SwitchyOmega_${FULL_VER}_Firefox_UNSIGNED.zip"
dest_file="packages/SwitchyOmega_${FULL_VER}_Firefox_UNSIGNED.xpi"
mv web-ext-artifacts/*.zip "$dest_file"
cd ..
- store_artifacts:
Expand Down

0 comments on commit 8663ee9

Please sign in to comment.