Skip to content

Commit

Permalink
Merge pull request #9 from kirasok/ci
Browse files Browse the repository at this point in the history
fix(ci): when deploying, search for files recursively
  • Loading branch information
kirasok authored Apr 2, 2024
2 parents 3e93bee + db26003 commit 71ca769
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 @@ -110,4 +110,4 @@ jobs:
tag_name: ${{ needs.version.outputs.version }}
body: ${{ needs.changelog.outputs.changelog }}
files: |
${{steps.download.outputs.download-path}}/*
${{steps.download.outputs.download-path}}/**/*

0 comments on commit 71ca769

Please sign in to comment.