Skip to content

Commit

Permalink
fix(ci): correct extension bundle path
Browse files Browse the repository at this point in the history
  • Loading branch information
rioam2 committed Jul 2, 2024
1 parent 6fee231 commit dbdf585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
uses: mnao305/chrome-extension-upload@v5.0.0
with:
file-path: ./nrk-dual-subs-chrome.zip'
file-path: nrk-dual-subs-chrome.zip
extension-id: ${{ secrets.CHROME_STORE_APP_ID }}
client-id: ${{ secrets.CHROME_STORE_CLIENT_ID }}
client-secret: ${{ secrets.CHROME_STORE_CLIENT_SECRET }}
Expand Down

0 comments on commit dbdf585

Please sign in to comment.