Skip to content

Commit

Permalink
fix path to publish chrome extension (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
frontendphil authored Dec 4, 2024
1 parent e0d2f09 commit ea87cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Upload & release to Chrome Webstore
uses: mnao305/[email protected]
with:
file-path: ./zodiac-pilot.zip
file-path: ./extension/zodiac-pilot.zip
extension-id: jklckajipokenkbbodifahogmidkekcb
client-id: ${{ secrets.CHROME_WEBSTORE_CLIENT_ID }}
client-secret: ${{ secrets.CHROME_WEBSTORE_CLIENT_SECRET }}
Expand Down

0 comments on commit ea87cda

Please sign in to comment.