Skip to content

Commit

Permalink
Ubah Lagi
Browse files Browse the repository at this point in the history
  • Loading branch information
QiubyZ committed Sep 11, 2024
1 parent 65e798e commit 5a46800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 5a46800

Please sign in to comment.