Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
Fix release workflow: I made fixes in #244, #243, #242, #241, #240, #238, but all
of them were insufficient. This commit fixes the release workflow.
  • Loading branch information
kitsuyui committed Jun 14, 2024
1 parent 27651a9 commit c4689c2
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 @@ -55,4 +55,4 @@ jobs:
if: github.event_name == 'release' && !github.event.release.prerelease
uses: softprops/action-gh-release@v2
with:
files: ./dist/*
files: ./dist/**/*

0 comments on commit c4689c2

Please sign in to comment.