From 7b1d03d45ad987a4d57783ef9c53476cb2565ea2 Mon Sep 17 00:00:00 2001 From: Tyler Wilding Date: Thu, 9 Dec 2021 19:26:03 -0500 Subject: [PATCH] ci: add link to previous release page in discord announcement --- .github/workflows/scripts/releases/announce-release/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scripts/releases/announce-release/index.js b/.github/workflows/scripts/releases/announce-release/index.js index 4f24177474..4ea9ce3609 100644 --- a/.github/workflows/scripts/releases/announce-release/index.js +++ b/.github/workflows/scripts/releases/announce-release/index.js @@ -44,7 +44,8 @@ const embed = new MessageEmbed() { name: 'Version', value: releaseInfo.tag_name, inline: true }, { name: 'Release Link', value: `[Github Release](${releaseInfo.html_url})`, inline: true }, { name: 'Installation Steps', value: '[See Here](https://github.com/PCSX2/pcsx2/wiki/Nightly-Build-Usage-Guide)', inline: true }, - { name: 'Included Changes', value: releaseInfo.body, inline: false } + { name: 'Included Changes', value: releaseInfo.body, inline: false }, + { name: 'Previous Builds', value: "[See Here](https://pcsx2.github.io/downloads.html#nightly-anchor)", inline: false } ); if (windowsAssetLinks != "") {