Skip to content

Commit

Permalink
Add none ascii cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Madoshakalaka committed Nov 19, 2020
1 parent 81a8a8e commit 320e9be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-lint-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
# Now we publish zipped chrome extension to GitHub releases. This too will only happen on push.
- name: Zip chrome-extension
if: github.event_name == 'push'
# ./dist folder is built during integration testing, so just zipping is needed
run: node libexec/zip-extension.js
# ./dist folder is built during integration testing, so just UTF-8 cleaning and zipping are needed
run: node libexec/fix-non-ascii-contentscript.js && node libexec/zip-extension.js

- name: Create Release
id: create_release
Expand Down

0 comments on commit 320e9be

Please sign in to comment.