github: should be body_path

This commit is contained in:
K. Lange 2020-12-08 22:45:30 +09:00
parent a0a2fc3348
commit f0a8bc37e4
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: ToaruOS ${{ github.ref }}
body_file: ./notes.md
body_path: ./notes.md
draft: true
- name: Upload Release Image
if: startsWith(github.ref, 'refs/tags/v')