Skip to content

Commit

Permalink
ci: update release workflow to include all files in build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbinoGeek committed Jun 21, 2024
1 parent 62a06ab commit b98b40a
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 @@ -69,4 +69,4 @@ jobs:
gh release create -p "$tag" \
--repo="$GITHUB_REPOSITORY" \
--title="${GITHUB_REPOSITORY#*/} ${tag#v}" \
$(find . -type f -name "flower*amd64*" -printf "%p ")
$(find . -type f -name "build/*" -printf "%p ")

0 comments on commit b98b40a

Please sign in to comment.