zhiwen0905 commited on
Commit
0fdd451
·
1 Parent(s): bc929dd

feature(#192): update release ci

Browse files
Files changed (1) hide show
  1. .github/workflows/release_ci.yml +1 -1
.github/workflows/release_ci.yml CHANGED
@@ -167,7 +167,7 @@ jobs:
167
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
168
  with:
169
  upload_url: ${{ steps.create_release.outputs.upload_url }}
170
- asset_path: android-debug/android-debug.apk # Update this with the correct APK path
171
  asset_name: app-release-unsigned.apk
172
  asset_content_type: application/vnd.android.package-archive
173
 
 
167
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
168
  with:
169
  upload_url: ${{ steps.create_release.outputs.upload_url }}
170
+ asset_path: android-debug/app-debug.apk # Update this with the correct APK path
171
  asset_name: app-release-unsigned.apk
172
  asset_content_type: application/vnd.android.package-archive
173