Skip to content

Commit

Permalink
Merge pull request #318 from themoeway/remove-upload-limit
Browse files Browse the repository at this point in the history
Switch to forked chrome webstore upload action which removes 10MB limit
  • Loading branch information
djahandarie authored Nov 12, 2023
2 parents d06029e + b0f11be commit 017b875
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 017b875

Please sign in to comment.