mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 04:50:46 -05:00
Fuck it. Use bash.
This commit is contained in:
parent
d5faaf45bd
commit
1a60dcbb6f
@ -503,6 +503,7 @@ jobs:
|
|||||||
EMBED_TITLE="Release Build Now Available"
|
EMBED_TITLE="Release Build Now Available"
|
||||||
EMBED_DESCRIPTION="A new stable release build is now ready for download. 7-Zip is *required* to extract the release."
|
EMBED_DESCRIPTION="A new stable release build is now ready for download. 7-Zip is *required* to extract the release."
|
||||||
fi
|
fi
|
||||||
|
EMBED_DESCRIPTION="${EMBED_DESCRIPTION}\\n\\n**Build Name:**\\n${BUILD_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}"
|
||||||
|
|
||||||
jq -n \
|
jq -n \
|
||||||
--arg EMBED_TITLE "$EMBED_TITLE" \
|
--arg EMBED_TITLE "$EMBED_TITLE" \
|
||||||
@ -522,7 +523,7 @@ jobs:
|
|||||||
"embeds": [
|
"embeds": [
|
||||||
{
|
{
|
||||||
"title": $EMBED_TITLE,
|
"title": $EMBED_TITLE,
|
||||||
"description": ($EMBED_DESCRIPTION + "\\n\\n**Build Name:**\\n" + $BUILD_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),
|
"description": $EMBED_DESCRIPTION,
|
||||||
"url": $LINK_MEGA,
|
"url": $LINK_MEGA,
|
||||||
"color": $EMBED_COLOR,
|
"color": $EMBED_COLOR,
|
||||||
"footer": {
|
"footer": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user