Skip to content

Commit 0855a68

Browse files
committed
chore: update extension upload file paths in release workflow
1 parent d51d1f4 commit 0855a68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-extension.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Upload & release
9393
uses: mnao305/[email protected]
9494
with:
95-
file-path: build\chrome-mv3-prod.zip
95+
file-path: chrome-mv3-prod.zip
9696
extension-id: ${{ secrets.CHROME_EXTENSION_ID }}
9797
client-id: ${{ secrets.CHROME_EXTENSION_CLIENT_ID }}
9898
client-secret: ${{ secrets.CHROME_EXTENSION_CLIENT_SECRET }}
@@ -113,6 +113,6 @@ jobs:
113113
uses: wdzeng/edge-addon@v2
114114
with:
115115
product-id: ${{ secrets.EDGE_PRODUCT_ID }}
116-
zip-path: build\chrome-mv3-prod.zip
116+
zip-path: chrome-mv3-prod.zip
117117
client-id: ${{ secrets.EDGE_CLIENT_ID }}
118118
api-key: ${{ secrets.EDGE_ADDONS_API_KEY }}

0 commit comments

Comments
 (0)