Update nightly-release.yml
Signed-off-by: HᴇCᴏᴅᴇs2ᴍᴜᴄʜ <wayne6324@gmail.com>
This commit is contained in:
4
.github/workflows/nightly-release.yml
vendored
4
.github/workflows/nightly-release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user