Skip to content

Commit

Permalink
Update release action.
Browse files Browse the repository at this point in the history
  • Loading branch information
YunzheZJU committed Aug 12, 2020
1 parent 8f70799 commit 860acf5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,17 @@ jobs:
- name: Build extension for Firefox
run: |
yarn run web-ext:build
cd web-ext-artifacts
for f in holo*.zip; do mv "$f" "firefox-$f"; done
cd ..
# Build extension for Chrome
- name: Build extension for Chrome
run: |
yarn run web-ext:build:chrome
cd web-ext-artifacts
for f in holo*.zip; do mv "$f" "chrome-$f"; done
cd ..
# Upload artifacts to release
- name: Upload to release
Expand Down

0 comments on commit 860acf5

Please sign in to comment.