mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 01:10:46 -05:00
Add description back in...
This commit is contained in:
parent
f5fb756859
commit
d5faaf45bd
@ -480,9 +480,10 @@ jobs:
|
|||||||
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
||||||
BUILD_TYPE: ${{ needs.determine-build-type.outputs.build_type }}
|
BUILD_TYPE: ${{ needs.determine-build-type.outputs.build_type }}
|
||||||
BUILD_NAME: ${{ needs.assemble-release.outputs.build_name }}
|
BUILD_NAME: ${{ needs.assemble-release.outputs.build_name }}
|
||||||
DOWNLOAD_LINK: ${{ steps.upload-https-7z.outputs.link_https }}
|
LINK_MEGA: ${{ steps.upload-mega.outputs.link_mega }}
|
||||||
TORRENT_LINK: ${{ steps.upload-https-torrent.outputs.link_torrent }}
|
LINK_HTTPS: ${{ steps.upload-https-7z.outputs.link_https }}
|
||||||
MAGNET_LINK: ${{ steps.create-torrent.outputs.magnet_link }}
|
LINK_TORRENT: ${{ steps.upload-https-torrent.outputs.link_torrent }}
|
||||||
|
LINK_MAGNET: ${{ steps.create-torrent.outputs.magnet_link }}
|
||||||
run: |
|
run: |
|
||||||
cd /workspace/refringe/Build/
|
cd /workspace/refringe/Build/
|
||||||
FOOTER_MESSAGES=("You look great today!" "Powered by coffee" "Did you remember to hydrate today?" "Have you tried turning it off and on again?" "In Chomp we trust" "Beep boop, I'm a bot" "Keep calm and commit your code" "May the source be with you" "Go to bed, Terk" "Please direct all support requests to Drakia" "Meaw")
|
FOOTER_MESSAGES=("You look great today!" "Powered by coffee" "Did you remember to hydrate today?" "Have you tried turning it off and on again?" "In Chomp we trust" "Beep boop, I'm a bot" "Keep calm and commit your code" "May the source be with you" "Go to bed, Terk" "Please direct all support requests to Drakia" "Meaw")
|
||||||
@ -507,9 +508,10 @@ jobs:
|
|||||||
--arg EMBED_TITLE "$EMBED_TITLE" \
|
--arg EMBED_TITLE "$EMBED_TITLE" \
|
||||||
--arg EMBED_DESCRIPTION "$EMBED_DESCRIPTION" \
|
--arg EMBED_DESCRIPTION "$EMBED_DESCRIPTION" \
|
||||||
--arg BUILD_NAME "$BUILD_NAME" \
|
--arg BUILD_NAME "$BUILD_NAME" \
|
||||||
--arg DOWNLOAD_LINK "$DOWNLOAD_LINK" \
|
--arg LINK_MEGA "$LINK_MEGA" \
|
||||||
--arg TORRENT_LINK "$TORRENT_LINK" \
|
--arg LINK_HTTPS "$LINK_HTTPS" \
|
||||||
--arg MAGNET_LINK "$MAGNET_LINK" \
|
--arg LINK_TORRENT "$LINK_TORRENT" \
|
||||||
|
--arg LINK_MAGNET "$LINK_MAGNET" \
|
||||||
--argjson EMBED_COLOR $EMBED_COLOR \
|
--argjson EMBED_COLOR $EMBED_COLOR \
|
||||||
--arg FOOTER_MESSAGE "$FOOTER_MESSAGE" \
|
--arg FOOTER_MESSAGE "$FOOTER_MESSAGE" \
|
||||||
--arg TIMESTAMP "$TIMESTAMP" \
|
--arg TIMESTAMP "$TIMESTAMP" \
|
||||||
@ -520,7 +522,8 @@ jobs:
|
|||||||
"embeds": [
|
"embeds": [
|
||||||
{
|
{
|
||||||
"title": $EMBED_TITLE,
|
"title": $EMBED_TITLE,
|
||||||
"url": $DOWNLOAD_LINK,
|
"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),
|
||||||
|
"url": $LINK_MEGA,
|
||||||
"color": $EMBED_COLOR,
|
"color": $EMBED_COLOR,
|
||||||
"footer": {
|
"footer": {
|
||||||
"text": $FOOTER_MESSAGE
|
"text": $FOOTER_MESSAGE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user