Skip to content

Commit

Permalink
fix: release path
Browse files Browse the repository at this point in the history
  • Loading branch information
godruoyi committed Jan 3, 2024
1 parent a261893 commit 303109a
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 @@ -75,7 +75,7 @@ jobs:
- name: Package plugin
run: |
mkdir release
mv chromium.zip release/readog-${{ steps.get_version.outputs.version-without-v }}
mv chromium.zip release/readog-${{ steps.get_version.outputs.version-without-v }}.zip
- name: Upload extensions to release
id: upload-release-asset
Expand Down

0 comments on commit 303109a

Please sign in to comment.