From 50a7df664ae110937cca8d130854ee217d2f38ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=E1=B4=87C=E1=B4=8F=E1=B4=85=E1=B4=87s2=E1=B4=8D=E1=B4=9C?= =?UTF-8?q?=E1=B4=84=CA=9C?= Date: Tue, 9 Jul 2024 14:05:17 +0000 Subject: [PATCH] Update nightly-release.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: HᴇCᴏᴅᴇs2ᴍᴜᴄʜ --- .github/workflows/nightly-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-release.yml b/.github/workflows/nightly-release.yml index 950bfa6..80c7cd3 100644 --- a/.github/workflows/nightly-release.yml +++ b/.github/workflows/nightly-release.yml @@ -90,7 +90,7 @@ jobs: file: ${{steps.sign_app_withInternet.outputs.signedFile}} asset_name: EasyLauncher-Internet-Nightly-Signed.apk tag: nightly - body: "This is a nightly build." + body: "This is a nightly build. [changelogs](https://github.com/DroidWorksStudio/EasyLauncher/blob/main/CHANGELOG.md)" prerelease: true overwrite: true draft: false @@ -115,7 +115,7 @@ jobs: file: ${{steps.sign_app_withoutInternet.outputs.signedFile}} asset_name: EasyLauncher-Nightly-Signed.apk tag: nightly - body: "This is a nightly build." + body: "This is a nightly build. [changelogs](https://github.com/DroidWorksStudio/EasyLauncher/blob/main/CHANGELOG.md)" prerelease: true overwrite: true draft: false