From 86a217ff7574aae9a0d9d128664ac360bb27d18a 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: Sat, 6 Jul 2024 15:07:58 +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 6e5b67f..d0823d0 100644 --- a/.github/workflows/nightly-release.yml +++ b/.github/workflows/nightly-release.yml @@ -117,7 +117,7 @@ jobs: with: repo_token: ${{ secrets.GIT_BOT_TOKEN }} file: ${{steps.sign_app_withInternet.outputs.signedFile}} - asset_name: EasyLauncher-Internet-${{ github.ref_name }}-Signed.apk + asset_name: EasyLauncher-Internet-Nightly-Signed.apk tag: nightly overwrite: true @@ -138,7 +138,7 @@ jobs: with: repo_token: ${{ secrets.GIT_BOT_TOKEN }} file: ${{steps.sign_app_withoutInternet.outputs.signedFile}} - asset_name: EasyLauncher-${{ github.ref_name }}-Signed.apk + asset_name: EasyLauncher-Nightly-Signed.apk tag: nightly overwrite: true