We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6f178 commit 6aedf97Copy full SHA for 6aedf97
.github/workflows/release.yaml
@@ -36,6 +36,6 @@ jobs:
36
with:
37
draft: true
38
generate_release_notes: false
39
- files: ${{ steps.info.outputs.file }}
+ files: bin/Release/${{ steps.info.outputs.file }}
40
tag_name: ${{ steps.info.outputs.date }}
41
body_path: body.md
0 commit comments