Skip to content

Commit 3b7eb8b

Browse files
committed
fix extension file path
1 parent c6ac1e2 commit 3b7eb8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/distribute.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
CLIENT_ID: ${{secrets.CHROME_EXTENSION_CLIENT_ID}}
7979
REFRESH_TOKEN: ${{secrets.CHROME_EXTENSION_REFRESH_TOKEN}}
8080
CLIENT_SECRET: ${{secrets.CHROME_EXTENSION_CLIENT_SECRET}}
81-
run: chrome-webstore-upload upload --source dist/chrome_extension.zip --extension-id $EXTENSION_ID --auto-publish
81+
run: chrome-webstore-upload upload --source chrome_extension.zip --extension-id $EXTENSION_ID --auto-publish
8282

8383
firefox-deploy:
8484
if: ${{ (github.event.inputs.targetStore == 'firefox') || (github.event.inputs.targetStore == 'all') }}

0 commit comments

Comments
 (0)