Skip to content

Commit c688620

Browse files
committed
Update release.yml
1 parent 88c1f15 commit c688620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8585
with:
8686
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
87+
asset_path: ./app/build/outputs/apk/release/TrustDevice-release-${{ env.RELEASE_NAME }}.apk
88+
asset_name: TrustDevice-release-${{ env.RELEASE_NAME }}.apk
8989
# Common MIME types:https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
9090
asset_content_type: application/zip

0 commit comments

Comments
 (0)