Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Fix the GitHub Release APK name
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV authored Aug 1, 2024
1 parent dbee8f6 commit 11eb01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/internal_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
with:
upload_url: ${{ steps.create_github_release.outputs.upload_url }}
asset_path: app/build/outputs/apk/demo/app-demo.apk
asset_name: Ivy-Wallet-Demo.apk
asset_name: Ivy-Wallet-${{ env.TAG_NAME }}.apk
asset_content_type: application/vnd.android.package-archive

- name: Announce in Telegram group
Expand Down

0 comments on commit 11eb01f

Please sign in to comment.