From 6625d5498dc10a319e503f3256e3598f9825388e Mon Sep 17 00:00:00 2001 From: HIMANSHU Date: Thu, 18 Apr 2024 16:26:57 +0530 Subject: [PATCH] fix:asset path --- .github/workflows/android-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index f277013..e7c860d 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -73,7 +73,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps - asset_path: ./app/build/outputs/apk/debug/app-debug.apk - asset_name: app-debug.apk + asset_path: ./android/app/build/outputs/apk/release/app-release.apk + asset_name: react-native-template.apk asset_content_type: application/zip \ No newline at end of file