diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a74ce24..51b05b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: python -m PyInstaller epson_print_conf.spec -- --default - name: Generate Changelog - run: echo "# This executable is auto-generated by a GitHub Action" > ${{ github.workspace }}-CHANGELOG.txt + run: echo "This executable is auto-generated by a GitHub Action" > ${{ github.workspace }}-CHANGELOG.txt - name: Create Release uses: softprops/action-gh-release@v2 @@ -34,3 +34,5 @@ jobs: with: body_path: ${{ github.workspace }}-CHANGELOG.txt files: dist/epson_print_conf.exe + append_body: true + generate_release_notes: true