Skip to content

Commit

Permalink
fix bundling icon, really
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostflyby committed Mar 11, 2024
1 parent d1fce2c commit d72fa7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: ${{ steps.read-versions.outputs.version != steps.read-versions.outputs.previous-version }}
run: |
echo "Creating a release zip file..."
zip -r "${{github.event.repository.name}}-release.zip" dist/ LICENSE README.md manifest.json icon.*=svg
zip -r "${{github.event.repository.name}}-release.zip" dist/ LICENSE README.md manifest.json icon.svg
echo "Done!"
- name: "Create Release"
Expand Down

0 comments on commit d72fa7c

Please sign in to comment.