diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ffcd66..0ce2f70 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,14 +2,9 @@ name: Build on: push: - branches: - - main - pull_request: - branches: - - main release: types: - - published + - created jobs: build: @@ -25,10 +20,15 @@ jobs: python -m pip install opencc - name: Build run: python build.py - - name: Package - run: ./package.sh - name: Upload artifact uses: actions/upload-artifact@v2 with: - name: inject-jyutping.zip - path: inject-jyutping.zip + name: inject-jyutping + path: | + _locales + background_scripts + content_scripts + icons + lib + popup + manifest.json diff --git a/README.md b/README.md index 7c7c8e3..0bd9134 100644 --- a/README.md +++ b/README.md @@ -15,15 +15,7 @@ This project is inspired by [EYHN/Furigana](https://github.com/EYHN/Furigana).