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 a658bdc commit a261893
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ jobs:
env:
VERSION: "${{ steps.get_version.outputs.version-without-v }}"

- name: Package plugin
run: |
mkdir release
mv chromium.zip release/readog-${{ steps.get_version.outputs.version-without-v }}
- name: Upload extensions to release
id: upload-release-asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit a261893

Please sign in to comment.