We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b316e91 commit 792c82eCopy full SHA for 792c82e
.github/workflows/release.yml
@@ -65,7 +65,7 @@ jobs:
65
with:
66
upload_url: ${{ steps.create_release.outputs.upload_url }}
67
asset_path: ./trustdevice/build/outputs/aar/trustdevice-release.aar
68
- asset_name: trustdevice-release.aar
+ asset_name: trustdevice-release-${{ steps.get_version.outputs.VERSION }}.aar
69
# Common MIME types:https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
70
asset_content_type: application/zip
71
0 commit comments