From 5a468000f4f49d1ca7262f82f75bd859eea46b92 Mon Sep 17 00:00:00 2001 From: QiubyZ Date: Wed, 11 Sep 2024 21:34:12 +0800 Subject: [PATCH] Ubah Lagi --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index f67148e..b39571c 100644 --- a/action.yml +++ b/action.yml @@ -51,7 +51,7 @@ runs: GITHUB_TOKEN: ${{ github.token }} with: tag_name: "${{ inputs.tag }}-${{ github.run_number }}" - release_name: ${{ github.repository }} + release_name: ${{ github.event.repository.name }} body: ${{ inputs.body_release }} draft: false prerelease: false @@ -62,5 +62,5 @@ runs: with: upload_url: ${{ steps.release-id.outputs.upload_url }} asset_path: ${{ inputs.file_output }} - asset_name: ${{ github.repository }}-${{ github.run_number }}.apk + asset_name: ${{ github.event.repository.name }}-${{ github.run_number }}.apk asset_content_type: application/vnd.android.package-archive