From 0face99ef103b1d7da064f88a571a012dcc7e08e Mon Sep 17 00:00:00 2001 From: Refringe Date: Mon, 11 Mar 2024 15:39:10 -0400 Subject: [PATCH] RAGE --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 5efc410..421626a 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -506,7 +506,7 @@ jobs: EMBED_DESCRIPTION="A new stable release build is now ready for download. 7-Zip is *required* to extract the release." fi #EMBED_DESCRIPTION="${EMBED_DESCRIPTION}\\n\\n**Build Name:**\\n${BASE_NAME}\\n\\nšŸš€ **Primary Download Link:**\\n${LINK_MEGA}\\n\\nšŸ”— **Torrent Link:**\\n${LINK_TORRENT}\\n\\nšŸ§² **Torrent Magnet Link:**\\n${LINK_MAGNET}\\n\\n**Mirrors:**\\n\\nšŸš§ In order to conserve bandwidth, please consider using the *above* methods to download the release. If you have issues using those methods, you're free to download using any of the following HTTP mirrors.\\n\\nšŸš§ While the links *below* are not secret, **do not advertise them**. The primary MEGA link or torrent should be used to advertise any downloads.\\n\\n${LINK_HTTPS}" - EMBED_DESCRIPTION="TESTING\\nNEW\nLINES" + EMBED_DESCRIPTION=$'TESTING\nNEW\nLINES' jq -n \ --arg EMBED_TITLE "$EMBED_TITLE" \ --arg EMBED_DESCRIPTION "$EMBED_DESCRIPTION" \