Skip to content

Commit

Permalink
ci: fix artifact is a directory
Browse files Browse the repository at this point in the history
  • Loading branch information
shiipou authored Sep 6, 2024
1 parent c03e6c1 commit d4dcc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ jobs:
changelogs: ${{ needs.get-version.outputs.changelogs }}
is-prerelease: ${{ needs.get-version.outputs.is-prerelease == 'true' }}
download-artifacts: true
assets: artifacts/
assets: artifacts/**/*

0 comments on commit d4dcc8f

Please sign in to comment.