We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79160e6 + 2ff0fa5 commit d8da9feCopy full SHA for d8da9fe
.github/workflows/release.yml
@@ -51,4 +51,7 @@ jobs:
51
token: ${{ secrets.GITHUB_TOKEN }}
52
tag_name: ${{ env.RELEASE_VERSION }}
53
name: ${{ env.RELEASE_VERSION }}
54
+ files: |
55
+ ${{ github.workspace }}/${{ env.LINUX_BIN_PATH }}
56
+ ${{ github.workspace }}/${{ env.DARWIN_BIN_PATH }}
57
generate_release_notes: true
0 commit comments