Skip to content

Commit

Permalink
Switch to forked chrome webstore upload action which removes 10MB limit
Browse files Browse the repository at this point in the history
  • Loading branch information
djahandarie committed Nov 12, 2023
1 parent d06029e commit b0f11be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Upload to Google Web Store
id: webStoreUpload
continue-on-error: true
uses: cardinalby/webext-buildtools-chrome-webstore-upload-action@8db7a005529498d95d3e2e0166f6f4050d2b96a5 # pin@v1.0.10
uses: djahandarie/webext-buildtools-chrome-webstore-upload-action@d3ce3b6f6a07d1267b0f5a24416a153159255372
with:
zipFilePath: yomitan-chrome.zip
extensionId: ${{ secrets.G_STABLE_EXTENSION_ID }}
Expand Down

0 comments on commit b0f11be

Please sign in to comment.