Skip to content

Commit 792c82e

Browse files
committed
Update release.yml
1 parent b316e91 commit 792c82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
upload_url: ${{ steps.create_release.outputs.upload_url }}
6767
asset_path: ./trustdevice/build/outputs/aar/trustdevice-release.aar
68-
asset_name: trustdevice-release.aar
68+
asset_name: trustdevice-release-${{ steps.get_version.outputs.VERSION }}.aar
6969
# Common MIME types:https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
7070
asset_content_type: application/zip
7171

0 commit comments

Comments
 (0)