Skip to content

Commit

Permalink
fix: testing ci: upload attempt 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpmohiburrahman committed Jun 25, 2024
1 parent a09cfbb commit 2b476d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,9 @@ jobs:

- name: Upload and submit for review
run: |
chrome-webstore-upload upload \
--source chrome-extension-${{ github.sha }}.zip \
unzip chrome-extension-${{ github.sha }}.zip -d dist \
&& chrome-webstore-upload upload \
--source dist \
--extension-id ${{ env.EXTENSION_ID }} \
--client-id ${{ secrets.CI_GOOGLE_CLIENT_ID }} \
--client-secret ${{ secrets.CI_GOOGLE_CLIENT_SECRET }} \
Expand Down

0 comments on commit 2b476d4

Please sign in to comment.