Skip to content

Commit

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

0 comments on commit 7fff1fa

Please sign in to comment.