We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4a777 commit 3e7f7c1Copy full SHA for 3e7f7c1
.github/workflows/make-multi-platform.yml
@@ -56,7 +56,7 @@ jobs:
56
with:
57
draft: false
58
prerelease: false
59
- release_name: Build ${{ github.run_number }}
+ release_name: Build ${{ github.run_number }} ${{ matrix.os }} ${{ matrix.build_type }}
60
tag_name: v${{ github.run_number }}-${{ matrix.os }}-${{ matrix.build_type }}
61
body: |
62
Changes in this Release
0 commit comments