From bd81bfe0d25c949110167989a2fc564b2afb8607 Mon Sep 17 00:00:00 2001 From: Kasumi Null Date: Fri, 15 Dec 2023 09:06:06 +0800 Subject: [PATCH] use literal newlines for template --- .github/workflows/publish.yml | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c4c8c9ae..536de36e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -42,17 +42,15 @@ jobs: with: tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version releaseName: 'Amica v__VERSION__' - releaseBody: > - # Amica __VERSION__\n - \n - \n - ## Download Notes\n - * `.dmg` is for **macOS**\n - * `.app.tar.gz` is for **macOS**\n - * `.exe` is for **Windows**\n - * `.msi` is for **Windows**\n - * `.AppImage` is for any **Linux 64 bit**\n - * * **Note**: Be sure to set this to executable to run it (`chmod +x`)\n - * `.deb` is for Debian (or Ubuntu) distributions\n + releaseBody: | + # Amica __VERSION__ + ## Download Notes + * `.dmg` is for **macOS** + * `.app.tar.gz` is for **macOS** + * `.exe` is for **Windows** + * `.msi` is for **Windows** + * `.AppImage` is for any **Linux 64 bit** + * * **Note**: Be sure to set this to executable to run it (`chmod +x`) + * `.deb` is for Debian (or Ubuntu) distributions releaseDraft: true prerelease: false