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 88c1f15 commit c688620Copy full SHA for c688620
.github/workflows/release.yml
@@ -84,7 +84,7 @@ jobs:
84
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
85
with:
86
upload_url: ${{ steps.create_release.outputs.upload_url }}
87
- asset_path: ./app/build/outputs/apk/release/TrustDevice-release-1.0.0.apk
88
- asset_name: TrustDevice-release-1.0.0.apk
+ asset_path: ./app/build/outputs/apk/release/TrustDevice-release-${{ env.RELEASE_NAME }}.apk
+ asset_name: TrustDevice-release-${{ env.RELEASE_NAME }}.apk
89
# Common MIME types:https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
90
asset_content_type: application/zip
0 commit comments