Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gogoadl committed Jul 1, 2023
1 parent 2fd021f commit 999caaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ runs:
GITHUB_TOKEN: ${{ inputs.github-token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./apk/app-release.apk
asset_path: ./apk/${{inputs.asset-name}}.apk
asset_name: ${{ inputs.asset-name }}
asset_content_type: application/vnd.android.package-archive

0 comments on commit 999caaf

Please sign in to comment.