summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDarius Jahandarie <djahandarie@gmail.com>2023-11-12 23:20:58 +0900
committerDarius Jahandarie <djahandarie@gmail.com>2023-11-12 23:20:58 +0900
commitb0f11be5e73f4da172756c37d6a876e3752f5746 (patch)
tree7fd5340a55a84683cd117e416d739eded3dccb88 /.github
parentd06029ea8c4244f40f9ddfeec5154f9ef2a4c053 (diff)
Switch to forked chrome webstore upload action which removes 10MB limit
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish-chrome.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish-chrome.yml b/.github/workflows/publish-chrome.yml
index 3a2805d3..e595e00f 100644
--- a/.github/workflows/publish-chrome.yml
+++ b/.github/workflows/publish-chrome.yml
@@ -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 }}