Skip to content

Commit

Permalink
Add pack crx ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hanydd committed Sep 14, 2024
1 parent d6c7767 commit b5dd6bb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@ jobs:
- uses: montudor/action-zip@0852c26906e00f8a315c704958823928d8018b28
with:
args: zip -qq -r ./builds/ChromeExtension.zip ./dist
# Create Chrome crx file
- uses: cardinalby/webext-buildtools-chrome-crx-action@v2
with:
zipFilePath: ./builds/ChromeExtension.zip
crxFilePath: ./builds/ChromeExtension.crx
privateKey: ${{ secrets.PEM_KEY }}
- uses: actions/upload-artifact@v4
with:
name: Chrome.crx
path: ./builds/ChromeExtension.crx

# Create Firefox artifacts
- name: Create Firefox artifacts
Expand Down

0 comments on commit b5dd6bb

Please sign in to comment.