Skip to content

Commit 9579c0f

Browse files
committed
fix zip name
1 parent 8a76df1 commit 9579c0f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/distribute.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ jobs:
7373
EXTENSION_ID: ${{ secrets.CHROME_EXTENSION_ID }}
7474
CLIENT_ID: ${{secrets.CHROME_EXTENSION_CLIENT_ID}}
7575
REFRESH_TOKEN: ${{secrets.CHROME_EXTENSION_REFRESH_TOKEN}}
76-
run: chrome-webstore-upload upload --source dist/extension.zip --extension-id $EXTENSION_ID --auto-publish
76+
run: chrome-webstore-upload upload --source dist/chrome_extension.zip --extension-id $EXTENSION_ID --auto-publish
77+
7778
- name: Upload the package to Firefox web store
7879
env:
7980
WEB_EXT_API_KEY: ${{ secrets.WEB_EXT_API_KEY }}

0 commit comments

Comments
 (0)