Skip to content

Commit

Permalink
ci: fix multi-line char
Browse files Browse the repository at this point in the history
  • Loading branch information
exqt committed Apr 28, 2024
1 parent 28dd36d commit fd903a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
- name: Upload step
run: |-
chrome-webstore-upload upload \\
--source donder-hiroba-plus-v${{ steps.pkg.outputs.version }}.zip \\
--extension-id ${{ vars.EXTENSION_ID }} \\
--client-id ${{ secrets.CI_GOOGLE_CLIENT_ID }} \\
--client-secret ${{ secrets.CI_GOOGLE_CLIENT_SECRET }} \\
chrome-webstore-upload upload \
--source donder-hiroba-plus-v${{ steps.pkg.outputs.version }}.zip \
--extension-id ${{ vars.EXTENSION_ID }} \
--client-id ${{ secrets.CI_GOOGLE_CLIENT_ID }} \
--client-secret ${{ secrets.CI_GOOGLE_CLIENT_SECRET }} \
--refresh-token ${{ secrets.CI_GOOGLE_REFRESH_TOKEN }}

0 comments on commit fd903a7

Please sign in to comment.