diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d1d5f15..2d94662 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -36,6 +36,6 @@ jobs: with: draft: true generate_release_notes: false - files: ${{ steps.info.outputs.file }} + files: bin/Release/${{ steps.info.outputs.file }} tag_name: ${{ steps.info.outputs.date }} body_path: body.md