We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ac1e2 commit 3b7eb8bCopy full SHA for 3b7eb8b
1 file changed
.github/workflows/distribute.yml
@@ -78,7 +78,7 @@ jobs:
78
CLIENT_ID: ${{secrets.CHROME_EXTENSION_CLIENT_ID}}
79
REFRESH_TOKEN: ${{secrets.CHROME_EXTENSION_REFRESH_TOKEN}}
80
CLIENT_SECRET: ${{secrets.CHROME_EXTENSION_CLIENT_SECRET}}
81
- run: chrome-webstore-upload upload --source dist/chrome_extension.zip --extension-id $EXTENSION_ID --auto-publish
+ run: chrome-webstore-upload upload --source chrome_extension.zip --extension-id $EXTENSION_ID --auto-publish
82
83
firefox-deploy:
84
if: ${{ (github.event.inputs.targetStore == 'firefox') || (github.event.inputs.targetStore == 'all') }}
0 commit comments