Skip to content

Commit d8da9fe

Browse files
authored
Merge pull request #431 from UffizziCloud/fix-bins-attachment-to-release
fixed bin files attachment to release
2 parents 79160e6 + 2ff0fa5 commit d8da9fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,7 @@ jobs:
5151
token: ${{ secrets.GITHUB_TOKEN }}
5252
tag_name: ${{ env.RELEASE_VERSION }}
5353
name: ${{ env.RELEASE_VERSION }}
54+
files: |
55+
${{ github.workspace }}/${{ env.LINUX_BIN_PATH }}
56+
${{ github.workspace }}/${{ env.DARWIN_BIN_PATH }}
5457
generate_release_notes: true

0 commit comments

Comments
 (0)