Just a quick fix.

This commit is contained in:
HeCodes2Much
2024-05-08 18:26:09 +01:00
parent e4d12246ad
commit 3890e74ffe

View File

@@ -55,6 +55,6 @@ jobs:
with: with:
repo_token: ${{ secrets.GIT_BOT_TOKEN }} repo_token: ${{ secrets.GIT_BOT_TOKEN }}
file: ${{steps.sign_app.outputs.signedFile}} file: ${{steps.sign_app.outputs.signedFile}}
asset_name: mLauncher-${{ github.ref_name }}-Signed.apk asset_name: EasyLauncher-${{ github.ref_name }}-Signed.apk
tag: ${{ github.ref }} tag: ${{ github.ref }}
overwrite: true overwrite: true